[issue27184] Support path objects in the ntpath module

Eryk Sun report at bugs.python.org
Fri Jun 3 01:43:10 EDT 2016


Eryk Sun added the comment:

Sorry, I must have missed or misunderstood something. PEP 519 discusses modifying os.path. For the os module it only discusses adding fspath and updating fsencode and fsdecode. It also discusses a new PyOS_FSPath C API, but without any discussion regarding its use in the implementation of the posix / nt module, or regarding what built-in os functions should support __fspath__.

----------

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


More information about the Python-bugs-list mailing list