summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-21 21:12:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-21 21:12:58 (GMT)
commit362f058a89437f82f112cda439bb40abe4ddb8c5 (patch)
tree611247b1a867cddbd466c646d95665ed8508acbc /Misc
parent6ad85bf89a0524637a89f2950468d2630929fdb2 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f357d6d..84fa9d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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