[issue27872] Update os/os.path docs to mention path-like object support

2016-09-06 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue27872] Update os/os.path docs to mention path-like object support

2016-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset abe3db90d8ad by Brett Cannon in branch 'default': Merge for #27872 doc changes https://hg.python.org/cpython/rev/abe3db90d8ad -- nosy: +python-dev ___ Python tracker _

[issue27872] Update os/os.path docs to mention path-like object support

2016-08-26 Thread Brett Cannon
Changes by Brett Cannon : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue27872] Update os/os.path docs to mention path-like object support

2016-08-26 Thread Brett Cannon
Changes by Brett Cannon : -- priority: normal -> deferred blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue27872] Update os/os.path docs to mention path-like object support

2016-08-26 Thread Brett Cannon
New submission from Brett Cannon: 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). -