From: Serhiy Storchaka Date: Sat, 21 Jan 2017 21:15:18 +0000 (+0200) Subject: Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. X-Git-Tag: v3.6.1rc1~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a203360836df8110b6e0e4b8a8ed551fa2f0df06;p=thirdparty%2FPython%2Fcpython.git Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. --- a203360836df8110b6e0e4b8a8ed551fa2f0df06 diff --cc Misc/NEWS index ed39fce1995d,84fa9d1b9fda..d829a56b282a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -47,8 -13,9 +47,10 @@@ Core and Builtin 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 #29316: Restore the provisional status of typing module, add + corresponding note to documentation. Patch by Ivan L. - Issue #29219: Fixed infinite recursion in the repr of uninitialized ctypes.CDLL instances.