Issue 27872: Update os/os.path docs to mention path-like object support (original) (raw)

Issue27872

Created on 2016-08-26 21:54 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg273738 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2016-08-26 21:54
Now that PEP 519 support has been added to the os and os.path modules, the documentation needs to be appropriately updated to mention which functions support a "path-like object" (and in some cases a path-like object or an int for file descriptors).
msg274656 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-06 22:59
New changeset abe3db90d8ad by Brett Cannon in branch 'default': Merge for #27872 doc changes https://hg.python.org/cpython/rev/abe3db90d8ad
History
Date User Action Args
2022-04-11 14:58:35 admin set github: 72059
2016-09-06 22:59:31 brett.cannon set status: open -> closedresolution: fixed
2016-09-06 22:59:13 python-dev set nosy: + python-devmessages: +
2016-08-26 21:54:45 brett.cannon set keywords: + easy
2016-08-26 21:54:30 brett.cannon set priority: normal -> deferred blocker
2016-08-26 21:54:18 brett.cannon create