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 a.badger, loewis, vstinner
Date 2008-10-02.01:24:10
SpamBayes Score 3.875285e-08
Marked as misclassified No
Message-id <1222910651.54.0.992295841.issue4006@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a bug, it's a feature! Python3 rejects invalid byte sequence
(according to the "default system encoding") from the command line or
environment variables. listdir(str) will also drop invalid filenames.
Yes, we need a PEP (a FAQ) about invalid bytes sequences.
History
Date User Action Args
2008-10-02 01:24:11vstinnersetrecipients: + vstinner, loewis, a.badger
2008-10-02 01:24:11vstinnersetmessageid: <1222910651.54.0.992295841.issue4006@psf.upfronthosting.co.za>
2008-10-02 01:24:11vstinnerlinkissue4006 messages
2008-10-02 01:24:10vstinnercreate