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.07:07:23
SpamBayes Score 1.1627762e-05
Marked as misclassified No
Message-id <1264662445.92.0.426303560558.issue7610@psf.upfronthosting.co.za>
In-reply-to
Content
The test should just check that the part that handles unconsumed data works when zlib is available. AFAIU if zlib is not available this part (i.e. the content of the if) can be skipped so it doesn't need to be tested.

(When zlib is not available 'zlib' is set to None, see the try/except at the beginning of zipfile.py)
History
Date User Action Args
2010-01-28 07:07:26ezio.melottisetrecipients: + ezio.melotti, pitrou, nirai, r.david.murray, lucifer
2010-01-28 07:07:25ezio.melottisetmessageid: <1264662445.92.0.426303560558.issue7610@psf.upfronthosting.co.za>
2010-01-28 07:07:24ezio.melottilinkissue7610 messages
2010-01-28 07:07:23ezio.melotticreate