mirror of
https://github.com/python/cpython.git
synced 2025-12-11 03:20:01 +00:00
#10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed.
This commit is contained in:
parent
63563cdf9d
commit
addc6f5a21
3 changed files with 54 additions and 50 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue