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 ezio.melotti, lucifer, nirai, pitrou, r.david.murray
Date 2010-01-28.18:31:02
SpamBayes Score 3.8435394e-10
Marked as misclassified No
Message-id <1264703463.73.0.813989319154.issue7610@psf.upfronthosting.co.za>
In-reply-to
Content
The easiest way is to setting zlib to None or not import it at all.
Are you suggesting that test_zipfile should be always run with and without zlib to check that everything (except the things that require zlib of course) works in both the cases?
My concern was about that part that handles unconsumed data only, because I didn't see any test in the patch that specifically check it. If there are already tests that checks it, then it's fine, even if it's not possible to test that part without zlib.
History
Date User Action Args
2010-01-28 18:31:03ezio.melottisetrecipients: + ezio.melotti, pitrou, nirai, r.david.murray, lucifer
2010-01-28 18:31:03ezio.melottisetmessageid: <1264703463.73.0.813989319154.issue7610@psf.upfronthosting.co.za>
2010-01-28 18:31:02ezio.melottilinkissue7610 messages
2010-01-28 18:31:02ezio.melotticreate