[issue6134] 2to3 tests fail on Windows due to line endings

2009-05-28 Thread Benjamin Peterson

Benjamin Peterson  added the comment:

Thanks for the patch. Applied in r72994.

--
nosy: +benjamin.peterson
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6134] 2to3 tests fail on Windows due to line endings

2009-05-27 Thread James Abbatiello

New submission from James Abbatiello :

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.

--
components: 2to3 (2.x to 3.0 conversion tool)
files: 2to3_native_eol.patch
keywords: patch
messages: 88464
nosy: abbeyj
severity: normal
status: open
title: 2to3 tests fail on Windows due to line endings
Added file: http://bugs.python.org/file14102/2to3_native_eol.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com