[docs] [issue27998] Bytes paths now are supported in os.scandir() on Windows

Eryk Sun report at bugs.python.org
Sat Oct 8 12:19:26 EDT 2016


Eryk Sun added the comment:

Here's an alternative patch, using PyUnicode_FSDecoder. It also adds path_object_error and path_object_error2 helper functions.

----------
Added file: http://bugs.python.org/file45017/issue_27998_01.patch

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


More information about the docs mailing list