Message 98460 - Python tracker (original) (raw)

Message98460

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:26 ezio.melotti set recipients: + ezio.melotti, pitrou, nirai, r.david.murray, lucifer
2010-01-28 07:07:25 ezio.melotti set messageid: 1264662445.92.0.426303560558.issue7610@psf.upfronthosting.co.za
2010-01-28 07:07:24 ezio.melotti link issue7610 messages
2010-01-28 07:07:23 ezio.melotti create