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 serhiy.storchaka
Recipients SilentGhost, benhoyt, eryksun, ideasman42, mont29, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-12-23.09:33:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450863227.96.0.672709302915.issue25911@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that restores the ability of os.walk() to work with bytes filenames on Windows.
History
Date User Action Args
2015-12-23 09:33:48serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, vstinner, tim.golden, ideasman42, SilentGhost, benhoyt, zach.ware, eryksun, steve.dower, mont29
2015-12-23 09:33:47serhiy.storchakasetmessageid: <1450863227.96.0.672709302915.issue25911@psf.upfronthosting.co.za>
2015-12-23 09:33:47serhiy.storchakalinkissue25911 messages
2015-12-23 09:33:47serhiy.storchakacreate