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 nirai
Recipients ezio.melotti, lucifer, nirai, pitrou, r.david.murray
Date 2010-01-28.07:35:57
SpamBayes Score 4.497711e-10
Marked as misclassified No
Message-id <1264664159.56.0.377782268291.issue7610@psf.upfronthosting.co.za>
In-reply-to
Content
Unconsumed data is compressed data. If the part which handles unconsumed data does not work when zlib is available, then the existing tests would fail. In any case the unconsumed buffer is an implementation detail of zipfile.

I see a point in adding a test to make sure zipfile behaves as expected when zlib is not available, but how?

Also, on which systems is zlib missing? I don't see this mentioned in the zlib docs.
History
Date User Action Args
2010-01-28 07:35:59niraisetrecipients: + nirai, pitrou, ezio.melotti, r.david.murray, lucifer
2010-01-28 07:35:59niraisetmessageid: <1264664159.56.0.377782268291.issue7610@psf.upfronthosting.co.za>
2010-01-28 07:35:57nirailinkissue7610 messages
2010-01-28 07:35:57niraicreate