]> granicus.if.org Git - python/commit
Merged revisions 88535,88661 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sat, 26 Feb 2011 22:11:02 +0000 (22:11 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 26 Feb 2011 22:11:02 +0000 (22:11 +0000)
commit8059e1e2140d08683429a6731ecf4b1d2385cce3
treeea2fede850afc6951800381fb4174b73e4a91b4f
parentaeb187a22b2210fcf240a318d1745d0153c5e574
Merged revisions 88535,88661 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r88535 | brett.cannon | 2011-02-23 13:46:46 -0600 (Wed, 23 Feb 2011) | 1 line

  Add lib2to3.__main__ for easy testing from the console.
........
  r88661 | benjamin.peterson | 2011-02-26 16:06:24 -0600 (Sat, 26 Feb 2011) | 6 lines

  fix refactoring on formfeed characters #11250

  This is because text.splitlines() is not the same as
  list(StringIO.StringIO(text)).
........
Lib/lib2to3/__main__.py [new file with mode: 0644]
Lib/lib2to3/patcomp.py
Lib/lib2to3/pgen2/driver.py
Lib/lib2to3/tests/test_parser.py