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, vstinner, yaoyu
Date 2011-05-12.14:48:15
SpamBayes Score 5.020415e-07
Marked as misclassified No
Message-id <1305211696.23.0.143525631687.issue12048@psf.upfronthosting.co.za>
In-reply-to
Content
But according to the initial report, 3.2 does not give the expected behavior. This zip file actually stores the filename encoded with cp932, which is incorrect according to the specifications of the ZIP format (only cp437 and utf8 are valid)

See issue10614 for a possible solution: allow users to specify an alternate encoding to handle such invalid files.
History
Date User Action Args
2011-05-12 14:48:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, vstinner, yaoyu
2011-05-12 14:48:16amaury.forgeotdarcsetmessageid: <1305211696.23.0.143525631687.issue12048@psf.upfronthosting.co.za>
2011-05-12 14:48:15amaury.forgeotdarclinkissue12048 messages
2011-05-12 14:48:15amaury.forgeotdarccreate