[issue6759] zipfile.ZipExtFile.read() is missing universal newline support

Art Gillespie report at bugs.python.org
Sun Aug 23 00:37:43 CEST 2009


Art Gillespie <agillesp at gmail.com> added the comment:

Patch for both zipfile.py and test_zipfile.py attached.

* The universal newline logic is now in read instead of readline.
* UniversalNewlineTests.read_test changed to check for \n rather than
unchanged eol.

----------
keywords: +patch
nosy: +agillesp
type:  -> behavior
Added file: http://bugs.python.org/file14772/issue6759_1.diff

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


More information about the Python-bugs-list mailing list