[issue7610] Cannot use both read and readline method in same ZipExtFile object

Ezio Melotti report at bugs.python.org
Thu Jan 28 02:51:46 CET 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Nir, could you also provide a test for the part that "handles unconsumed data" (line 601 in zipfile.py)?

In r77809 (and r77810) I made a change to avoid using zlib when it's not necessary (zlib is not always available), and I was going to commit a typo that luckily I noticed in the diff. The tests however didn't notice anything because that part is untested.

----------
nosy: +ezio.melotti
stage: committed/rejected -> test needed
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7610>
_______________________________________


More information about the Python-bugs-list mailing list