Zachary Ware added the comment:

I like Serhiy's suggestion to use the old walk implementation on Windows if the 
argument is bytes, with a DeprecationWarning (like all other bytes operations 
in os on Windows).  There was no warning that bytes paths would stop working 
with os.walk, so we should fix it and I'm bumping up the priority.

bytes filenames have been deprecated since Python 3.3 (#13374); I don't think 
scandir (new in 3.5) should support bytes.

----------
priority: normal -> high

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25911>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to