]> granicus.if.org Git - python/commit
merge 2to3 improvments
authorBenjamin Peterson <benjamin@python.org>
Tue, 21 Jul 2009 12:55:57 +0000 (12:55 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 21 Jul 2009 12:55:57 +0000 (12:55 +0000)
commitdd6a4edc4554cdb808f08a9ade7e40ed5addc94d
treeaccdbab3c1fe2e088a6437d5598bc921f22c10b0
parentafcd5f36f00d3a368004c574642175f623ce8ad4
merge 2to3 improvments
18 files changed:
Lib/lib2to3/fixer_base.py
Lib/lib2to3/fixes/fix_import.py
Lib/lib2to3/fixes/fix_imports.py
Lib/lib2to3/fixes/fix_long.py
Lib/lib2to3/fixes/fix_ne.py
Lib/lib2to3/fixes/fix_numliterals.py
Lib/lib2to3/fixes/fix_operator.py [new file with mode: 0644]
Lib/lib2to3/fixes/fix_print.py
Lib/lib2to3/fixes/fix_urllib.py
Lib/lib2to3/main.py
Lib/lib2to3/patcomp.py
Lib/lib2to3/pgen2/grammar.py
Lib/lib2to3/pygram.py
Lib/lib2to3/refactor.py
Lib/lib2to3/tests/data/different_encoding.py
Lib/lib2to3/tests/test_fixers.py
Lib/lib2to3/tests/test_refactor.py
Lib/lib2to3/tests/test_util.py