This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update os/os.path docs to mention path-like object support
Type: Stage: needs patch
Components: Documentation Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, python-dev
Priority: deferred blocker Keywords: easy

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:35adminsetgithub: 72059
2016-09-06 22:59:31brett.cannonsetstatus: open -> closed
resolution: fixed
2016-09-06 22:59:13python-devsetnosy: + python-dev
messages: + msg274656
2016-08-26 21:54:45brett.cannonsetkeywords: + easy
2016-08-26 21:54:30brett.cannonsetpriority: normal -> deferred blocker
2016-08-26 21:54:18brett.cannoncreate