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 abbeyj
Recipients abbeyj
Date 2009-05-28.05:04:11
SpamBayes Score 7.240766e-08
Marked as misclassified No
Message-id <1243487110.56.0.988567820731.issue6134@psf.upfronthosting.co.za>
In-reply-to
Content
The tests for 2to3 currently fail on Windows.  Data is read from a file
in binary mode and then written to a temporary file in text mode which
doubles up the carriage returns.

Additionally, several files are missing the svn:eol-style property.  The
attached patch addresses both problems.
History
Date User Action Args
2009-05-28 05:05:13abbeyjsetrecipients: + abbeyj
2009-05-28 05:05:10abbeyjsetmessageid: <1243487110.56.0.988567820731.issue6134@psf.upfronthosting.co.za>
2009-05-28 05:05:03abbeyjlinkissue6134 messages
2009-05-28 05:04:58abbeyjcreate