[issue27182] PEP 519 support in the stdlib

Jelle Zijlstra report at bugs.python.org
Sat Jun 4 13:24:54 EDT 2016


Jelle Zijlstra added the comment:

In the patch that was just committed, the path_type variables are undefined (os.py lines 892 and 908). There is also no test for these error cases—we should test the cases where the path has no __fspath__ or does not return a bytes or str.

----------

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


More information about the Python-bugs-list mailing list