]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 23 Nov 2013 19:14:42 +0000 (21:14 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 23 Nov 2013 19:14:42 +0000 (21:14 +0200)
commit6bdd98622e88bed3ede325b0ffc2bb8d63cde52f
tree6ade26a10db633cd32dd09e7d3a94f0fd51004f5
parent7571941db6591c7521311274f0ea3c83657eb911
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.
Doc/library/2to3.rst
Lib/lib2to3/fixes/fix_asserts.py [new file with mode: 0644]
Lib/lib2to3/tests/test_fixers.py
Misc/NEWS