diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-21 21:12:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-21 21:12:58 (GMT) |
commit | 362f058a89437f82f112cda439bb40abe4ddb8c5 (patch) | |
tree | 611247b1a867cddbd466c646d95665ed8508acbc /Misc | |
parent | 6ad85bf89a0524637a89f2950468d2630929fdb2 (diff) | |
download | cpython-362f058a89437f82f112cda439bb40abe4ddb8c5.zip cpython-362f058a89437f82f112cda439bb40abe4ddb8c5.tar.gz cpython-362f058a89437f82f112cda439bb40abe4ddb8c5.tar.bz2 |
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. + - Issue #29011: Fix an important omission by adding Deque to the typing module. - Issue #29219: Fixed infinite recursion in the repr of uninitialized |