]> granicus.if.org Git - python/commit
Run 2to3 on this library.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 19 Mar 2008 05:33:36 +0000 (05:33 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 19 Mar 2008 05:33:36 +0000 (05:33 +0000)
commit8a5f8ca33b56db9af973d1f34a9b3df5271b56c0
tree55b17647085ff8b679f2bea803545884148c66e4
parentf733c60d9aea123a46cd41dbe4dedee7aa2f20f3
Run 2to3 on this library.
22 files changed:
Lib/lib2to3/fixes/basefix.py
Lib/lib2to3/fixes/fix_imports.py
Lib/lib2to3/fixes/fix_renames.py
Lib/lib2to3/fixes/util.py
Lib/lib2to3/patcomp.py
Lib/lib2to3/pgen2/conv.py
Lib/lib2to3/pgen2/driver.py
Lib/lib2to3/pgen2/grammar.py
Lib/lib2to3/pgen2/literals.py
Lib/lib2to3/pgen2/pgen.py
Lib/lib2to3/pgen2/token.py
Lib/lib2to3/pgen2/tokenize.py
Lib/lib2to3/pygram.py
Lib/lib2to3/pytree.py
Lib/lib2to3/refactor.py
Lib/lib2to3/tests/benchmark.py
Lib/lib2to3/tests/data/py2_test_grammar.py
Lib/lib2to3/tests/data/py3_test_grammar.py
Lib/lib2to3/tests/pytree_idempotency.py
Lib/lib2to3/tests/test_all_fixers.py
Lib/lib2to3/tests/test_fixers.py
Lib/lib2to3/tests/test_parser.py