summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-12-18 20:00:04 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-12-18 20:00:04 (GMT)
commitaddc6f5a21d5d04c5bf895e8ea46f67de129d75c (patch)
treefee6fbaa3394114112383ed7dfc0cd0b37066f87 /Misc/NEWS
parent63563cdf9d3afe0bdffaece7b92b0a56d2360397 (diff)
downloadcpython-addc6f5a21d5d04c5bf895e8ea46f67de129d75c.zip
cpython-addc6f5a21d5d04c5bf895e8ea46f67de129d75c.tar.gz
cpython-addc6f5a21d5d04c5bf895e8ea46f67de129d75c.tar.bz2
#10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed.
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 9428d1b..f4741fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
Library
-------
+- Issue #10573: use actual/expected consistently in unittest methods.
+ The order of the args of assertCountEqual is also changed.
+
- Issue #9286: email.utils.parseaddr no longer concatenates blank-separated
words in the local part of email addresses, thereby preserving the input.