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 agillesp
Recipients agillesp, ryles
Date 2009-08-22.22:37:40
SpamBayes Score 7.0135034e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2009-08-22 22:37:43agillespsetrecipients: + agillesp, ryles
2009-08-22 22:37:43agillespsetmessageid: <[email protected]>
2009-08-22 22:37:41agillesplinkissue6759 messages
2009-08-22 22:37:41agillespcreate