]> granicus.if.org Git - python/commit
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
authorBrett Cannon <brett@python.org>
Fri, 26 Aug 2016 21:44:48 +0000 (14:44 -0700)
committerBrett Cannon <brett@python.org>
Fri, 26 Aug 2016 21:44:48 +0000 (14:44 -0700)
commit3f9183b5aca568867f37c38501fca63911580c66
tree77dbe8fa7c0381c665ed259a94620a860a8f73d7
parent6ed442c48dd7f8d3097e688a36bc027df3271621
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
os.path.

Thanks to Jelle Zijlstra for the initial patch against posixmodule.c.
Lib/genericpath.py
Lib/ntpath.py
Lib/os.py
Lib/posixpath.py
Lib/test/test_genericpath.py
Lib/test/test_ntpath.py
Lib/test/test_os.py
Lib/test/test_posix.py
Lib/test/test_posixpath.py
Misc/NEWS
Modules/posixmodule.c