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 vstinner
Recipients SilentGhost, benhoyt, eryksun, ideasman42, mont29, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-12-21.21:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYvK=NkJLfLy-yLyOV6z+EtsnfwVoc_TGaGBK=RCA467g@mail.gmail.com>
In-reply-to <1450718427.24.0.1340704808.issue25911@psf.upfronthosting.co.za>
Content
Python 3.5.0 and 3.5.1 are out. I don't think that it's worth to add back
bytes support is os.walk() in 3.5.2. I would prefer to do the opposite and
really drop bytes support for all filenames in the whole stdlib in 3.6.

It's really a bad idea to use bytes on Windows. With Python 3, it becomes
possible and simple to handle filenames as Unicode on all platforms and in
all cases (see PEP 393 for undecodable filenames).
History
Date User Action Args
2015-12-21 21:55:53vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ideasman42, SilentGhost, benhoyt, zach.ware, serhiy.storchaka, eryksun, steve.dower, mont29
2015-12-21 21:55:53vstinnerlinkissue25911 messages
2015-12-21 21:55:53vstinnercreate