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 ezio.melotti
Recipients Tuikku.Anttila, detly, docs@python, ezio.melotti, loewis, serhiy.storchaka
Date 2014-08-06.03:25:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407295518.04.0.814106338096.issue22046@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW #5701 has a test zipfile (I haven't tried it though).

If I'm reading the code right, the compression method is specified and checked in the __init__, so we should know if the compression method was available long before we reach .read().  I will be happy to see some tests that prove me wrong (or confirm what I said), so that we know how the documentation should be updated.
History
Date User Action Args
2014-08-06 03:25:18ezio.melottisetrecipients: + ezio.melotti, loewis, docs@python, serhiy.storchaka, detly, Tuikku.Anttila
2014-08-06 03:25:18ezio.melottisetmessageid: <1407295518.04.0.814106338096.issue22046@psf.upfronthosting.co.za>
2014-08-06 03:25:18ezio.melottilinkissue22046 messages
2014-08-06 03:25:17ezio.melotticreate