[issue27998] Remove support of bytes paths in os.scandir()

STINNER Victor report at bugs.python.org
Tue Oct 4 16:06:56 EDT 2016


STINNER Victor added the comment:

I suggest to modify posixmodule.c to support bytes on Windows at the C
level.

Since Windows uses utf8, there is no more real reason to drop bytes support
only on Windows.

----------

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


More information about the Python-bugs-list mailing list