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, fidoman
Date 2012-03-15.08:57:53
SpamBayes Score 5.6346988e-05
Marked as misclassified No
Message-id <1331801874.6.0.485961447442.issue14313@psf.upfronthosting.co.za>
In-reply-to
Content
This ZIP file uses a compression method unsupported by Python:
>>> z.getinfo('19A7B5A4.PKT').compress_type
6
which corresponds to "Imploded". Only "Stored" and "Deflated" are supported.

Note that previous versions don't work either: they just happen to return the compressed data.
History
Date User Action Args
2012-03-15 08:57:54amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, fidoman
2012-03-15 08:57:54amaury.forgeotdarcsetmessageid: <1331801874.6.0.485961447442.issue14313@psf.upfronthosting.co.za>
2012-03-15 08:57:54amaury.forgeotdarclinkissue14313 messages
2012-03-15 08:57:53amaury.forgeotdarccreate