]> granicus.if.org Git - python/commit
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest...
authorR David Murray <rdmurray@bitdance.com>
Fri, 10 Oct 2014 03:13:42 +0000 (23:13 -0400)
committerR David Murray <rdmurray@bitdance.com>
Fri, 10 Oct 2014 03:13:42 +0000 (23:13 -0400)
commita68109a248be8c8dc7b4e662bf6abf4189ff2011
treedd9906bb6981ebce9556fadc1a9b92c909cd601b
parent1375538b1a598ba05aa780aed538cfc18be59a7f
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.

Patch by Ezio Melotti, docs by Berker Peksag.
Doc/library/2to3.rst
Lib/lib2to3/fixes/fix_asserts.py [new file with mode: 0644]
Lib/lib2to3/tests/test_fixers.py
Misc/NEWS