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 ishimoto
Recipients ishimoto, ubershmekel, vstinner
Date 2011-10-25.23:32:09
SpamBayes Score 1.3721574e-06
Marked as misclassified No
Message-id <1319585530.67.0.809395329671.issue13247@psf.upfronthosting.co.za>
In-reply-to
Content
-1 from me.

- I hate to see Unicode exceptions here. It would be an another source of mysterious Unicode exception. Programmers and users would be confused by error message. If you make such characters error, Python should raise an OSError or such.

- File names with '?' are fine to display informations to users. Not all file names are nessesary to be used to open files.

- I don't think filenames cannot be decoded in ANSI code page are rare enough to be ignored. I use Japanese edition of windows, but I sometime receive files with Chinese or German names. 

Or, in some case, I have to change codepage with 'chcp 437' command to run console application made for American environment. I seldom run such application in these days, though.
History
Date User Action Args
2011-10-25 23:32:10ishimotosetrecipients: + ishimoto, vstinner, ubershmekel
2011-10-25 23:32:10ishimotosetmessageid: <1319585530.67.0.809395329671.issue13247@psf.upfronthosting.co.za>
2011-10-25 23:32:10ishimotolinkissue13247 messages
2011-10-25 23:32:09ishimotocreate