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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, georg.brandl, ronaldoussoren, vstinner
Date 2011-01-20.18:15:32
SpamBayes Score 0.006185545
Marked as misclassified No
Message-id <1295547338.27.0.21082027523.issue10955@psf.upfronthosting.co.za>
In-reply-to
Content
About the patch: """Break out of this dependency by assuming that the path to the encodings module is ASCII-only."""

The 'path' here is the entry inside the zip file (and does not include the location of the zip file itself), so the comment is right as long as the Python stdlib only contains ascii names.

But if the zip file contains the stdlib *and* some other custom modules with cp437 names, the whole operation will fail; it can be the case with py2exe applications.
History
Date User Action Args
2011-01-20 18:15:38amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, ronaldoussoren, vstinner
2011-01-20 18:15:38amaury.forgeotdarcsetmessageid: <1295547338.27.0.21082027523.issue10955@psf.upfronthosting.co.za>
2011-01-20 18:15:32amaury.forgeotdarclinkissue10955 messages
2011-01-20 18:15:32amaury.forgeotdarccreate