Ezio Melotti <ezio.melo...@gmail.com> added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to