]> granicus.if.org Git - python/commit
add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Micha...
authorBenjamin Peterson <benjamin@python.org>
Sat, 8 Dec 2012 03:44:10 +0000 (22:44 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 8 Dec 2012 03:44:10 +0000 (22:44 -0500)
commit448e81b2da41e2ad89302cc8cb384795f9f6306c
tree97798e92a82e2a2bc27085ec73eff1675a090c42
parente7f2186f994f84e050b869559132d28d4fe26614
add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag
Doc/library/2to3.rst
Lib/lib2to3/fixer_util.py
Lib/lib2to3/fixes/fix_intern.py
Lib/lib2to3/fixes/fix_reload.py [new file with mode: 0644]
Lib/lib2to3/tests/test_fixers.py
Misc/ACKS
Misc/NEWS