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 alanmcintyre, pitrou, vstinner
Date 2011-01-21.13:00:51
SpamBayes Score 0.001925258
Marked as misclassified No
Message-id <1295614854.1.0.783391940785.issue10972@psf.upfronthosting.co.za>
In-reply-to
Content
> What kind of problem are you trying to solve?

Support non-ASCII filenames in python32.zip (#10955): at bootstrap, Python 3.2 can only use UTF-8 codec (not cp437).

But I suppose also that forcing the encoding to UTF-8 gives a better Unicode support (when you decompress the archive).
History
Date User Action Args
2011-01-21 13:00:54vstinnersetrecipients: + vstinner, alanmcintyre, pitrou
2011-01-21 13:00:54vstinnersetmessageid: <1295614854.1.0.783391940785.issue10972@psf.upfronthosting.co.za>
2011-01-21 13:00:51vstinnerlinkissue10972 messages
2011-01-21 13:00:51vstinnercreate