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 fhoech
Recipients fhoech
Date 2014-11-13.13:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415884580.23.0.285247729287.issue22862@psf.upfronthosting.co.za>
In-reply-to
Content
If 'top' is an unicode directory name, os.listdir can still return non-unicode filenames if they can't be decoded. This case is not handled in the Python 2.x standard library version of os.walk and will cause join(top, name) to fail on such filenames with an UnicodeDecodeError.
History
Date User Action Args
2014-11-13 13:16:20fhoechsetrecipients: + fhoech
2014-11-13 13:16:20fhoechsetmessageid: <1415884580.23.0.285247729287.issue22862@psf.upfronthosting.co.za>
2014-11-13 13:16:20fhoechlinkissue22862 messages
2014-11-13 13:16:19fhoechcreate