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 benjamin.peterson
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, dlitz, gvanrossum, pitrou, vstinner, zegreek
Date 2008-09-21.21:44:34
SpamBayes Score 2.6249038e-08
Marked as misclassified No
Message-id <1222033475.78.0.508672993973.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a potential patch for listdir. It emits a UnicodeWarning (or
should that be a BytesWarning?) and skips the file when decoding fails.
What would be the best way to test this?
History
Date User Action Args
2008-09-21 21:44:36benjamin.petersonsetrecipients: + benjamin.peterson, gvanrossum, amaury.forgeotdarc, pitrou, vstinner, HWJ, dlitz, zegreek
2008-09-21 21:44:35benjamin.petersonsetmessageid: <1222033475.78.0.508672993973.issue3187@psf.upfronthosting.co.za>
2008-09-21 21:44:35benjamin.petersonlinkissue3187 messages
2008-09-21 21:44:35benjamin.petersoncreate