diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-12-18 20:00:04 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-12-18 20:00:04 (GMT) |
commit | addc6f5a21d5d04c5bf895e8ea46f67de129d75c (patch) | |
tree | fee6fbaa3394114112383ed7dfc0cd0b37066f87 /Misc/NEWS | |
parent | 63563cdf9d3afe0bdffaece7b92b0a56d2360397 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |