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 <1250980663.85.0.513462627882.issue6759@psf.upfronthosting.co.za>
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: <1250980663.85.0.513462627882.issue6759@psf.upfronthosting.co.za>
2009-08-22 22:37:41agillesplinkissue6759 messages
2009-08-22 22:37:41agillespcreate