This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients SilentGhost, benhoyt, eryksun, ideasman42, mont29, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-12-21.17:20:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450718427.24.0.1340704808.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-12-21 17:20:27zach.waresetrecipients: + zach.ware, paul.moore, vstinner, tim.golden, ideasman42, SilentGhost, benhoyt, serhiy.storchaka, eryksun, steve.dower, mont29
2015-12-21 17:20:27zach.waresetmessageid: <1450718427.24.0.1340704808.issue25911@psf.upfronthosting.co.za>
2015-12-21 17:20:27zach.warelinkissue25911 messages
2015-12-21 17:20:27zach.warecreate