[issue11250] 2to3 truncates files at formfeed character

2011-10-07 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue11250] 2to3 truncates files at formfeed character

2011-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e0e9237d8e8 by Barry Warsaw in branch '3.2': - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files http://hg.python.org/cpython/rev/6e0e9237d8e8 -- nosy: +python-dev ___ Python tr

[issue11250] 2to3 truncates files at formfeed character

2011-10-07 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Okay, re-enabling test_parser.py introduces a number of test failures in test_all_project_files(). Because I don't want to continue to shave the yak on this one, I'm going to wrap this test in @expectedFailure and open a separate bug for it. -- __

[issue11250] 2to3 truncates files at formfeed character

2011-10-07 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I also noticed that test_parser.py isn't being run in either 3.2 or 3.3. I'll fix that at the same time I port this patch to 3.2. -- ___ Python tracker

[issue11250] 2to3 truncates files at formfeed character

2011-10-07 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: -> barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue11250] 2to3 truncates files at formfeed character

2011-10-06 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Was this patch ever folded into Python 3.2? Looking at the hg repository, I think the answer is "no". It does appear to have made it into Python 2.7 and trunk though (afaict). In point of fact, this bug is hitting me now with 3.2.2. -- nosy: +barr

[issue11250] 2to3 truncates files at formfeed character

2011-02-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: r88661 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue11250] 2to3 truncates files at formfeed character

2011-02-19 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue11250] 2to3 truncates files at formfeed character

2011-02-19 Thread Christoph Gohlke
Changes by Christoph Gohlke : -- components: +2to3 (2.x to 3.0 conversion tool) ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue11250] 2to3 truncates files at formfeed character

2011-02-19 Thread Christoph Gohlke
New submission from Christoph Gohlke : Running Tools/Scripts/2to3.py on Python 3.2rc3 or 2.7.1 for Windows on a file that contains a formfeed character (0x0C, ) results in a truncated file. E.g. a file (attached) with the content print 1 print 2 is incorrectly refactored: @@ -1,4 +1,1 @@ -