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 loewis, r.david.murray, vstinner
Date 2010-09-13.19:11:21
SpamBayes Score 3.482777e-05
Marked as misclassified No
Message-id <1284405088.95.0.286117129874.issue9820@psf.upfronthosting.co.za>
In-reply-to
Content
- ignore unencodable filenames is not a good idea
- raise an error on unencodable filenames breaks backward compatibility
- I don't think that emit a warning will change anything

Even if I don't like mbcs+replace (current behaviour of os.listdir(bytes)), I now agree that it is the less worst solution. I close this issue as invalid.
History
Date User Action Args
2010-09-13 19:11:29vstinnersetrecipients: + vstinner, loewis, r.david.murray
2010-09-13 19:11:28vstinnersetmessageid: <1284405088.95.0.286117129874.issue9820@psf.upfronthosting.co.za>
2010-09-13 19:11:21vstinnerlinkissue9820 messages
2010-09-13 19:11:21vstinnercreate