[issue27182] PEP 519 support in the stdlib

Brett Cannon report at bugs.python.org
Fri Aug 12 15:27:20 EDT 2016


Brett Cannon added the comment:

Here is an odd patch because I don't know where else to put it ATM that adds the remaining support in the os module/package not covered by other issues w/ patches (specifically os.walk() and os.fwalk()). I think everything else simply falls through thanks to os.path and path_converter.

----------
Added file: http://bugs.python.org/file44091/os.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27182>
_______________________________________


More information about the Python-bugs-list mailing list