[issue25911] Regression: os.walk now using os.scandir() breaks bytes filenames on windows

Serhiy Storchaka report at bugs.python.org
Wed Dec 23 04:33:47 EST 2015


Serhiy Storchaka added the comment:

Here is a patch that restores the ability of os.walk() to work with bytes filenames on Windows.

----------
keywords: +patch
stage: test needed -> patch review
Added file: http://bugs.python.org/file41397/walks_bytes.patch

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


More information about the Python-bugs-list mailing list