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

Antoine Pitrou report at bugs.python.org
Tue Jan 5 00:49:39 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Also, I'm not sure what happens in readline() in universal mode when the
chunk ends with a '\r' and there's a '\n' in the following chunk (see
the "ugly check" that your patch removes). Is there a test for that?

----------

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


More information about the Python-bugs-list mailing list