]> granicus.if.org Git - python/commit
- Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files
authorBarry Warsaw <barry@python.org>
Fri, 7 Oct 2011 18:44:49 +0000 (14:44 -0400)
committerBarry Warsaw <barry@python.org>
Fri, 7 Oct 2011 18:44:49 +0000 (14:44 -0400)
commit78f89d8c38e2c71c5e6a89a32022626a1d8d8922
tree3e7f22261a5bd71fd56a2774c25ecf7c9651055d
parent7b847a46bca22797fcb3149d5e52627fc439ba18
- Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files
  with line feeds.  This was ported from the sandbox to the 3.3 branch, but
  didn't make it into 3.2.

- Re-enable lib2to3's test_parser.py tests, though with an expected failure
  (see issue 13125).
Lib/lib2to3/patcomp.py
Lib/lib2to3/pgen2/driver.py
Lib/lib2to3/tests/test_parser.py
Lib/test/test_lib2to3.py
Misc/NEWS