summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-11-23 19:14:42 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-11-23 19:14:42 (GMT)
commit6bdd98622e88bed3ede325b0ffc2bb8d63cde52f (patch)
tree6ade26a10db633cd32dd09e7d3a94f0fd51004f5 /Misc/NEWS
parent7571941db6591c7521311274f0ea3c83657eb911 (diff)
downloadcpython-6bdd98622e88bed3ede325b0ffc2bb8d63cde52f.zip
cpython-6bdd98622e88bed3ede325b0ffc2bb8d63cde52f.tar.gz
cpython-6bdd98622e88bed3ede325b0ffc2bb8d63cde52f.tar.bz2
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 06bb771..9cfecb5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -575,6 +575,9 @@ Library
- Issue #18716: Deprecate the formatter module.
+- Issue #10712: 2to3 has a new "asserts" fixer that replaces deprecated names
+ of unittest methods (e.g. failUnlessEqual -> assertEqual).
+
- Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
- Issue #17839: base64.decodebytes and base64.encodebytes now accept any