From: Serhiy Storchaka Date: Sat, 21 Jan 2017 21:17:25 +0000 (+0200) Subject: Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. X-Git-Tag: v3.7.0a1~1493 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19dea2c726db6da2353678d8041aa2fff207b670;p=thirdparty%2FPython%2Fcpython.git Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. --- 19dea2c726db6da2353678d8041aa2fff207b670 diff --cc Misc/NEWS index cb2ac8577816,d829a56b282a..6c2b43500f7e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -215,10 -47,10 +215,12 @@@ Core and Builtin Library ------- + - Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. + -- Issue #29316: Restore the provisional status of typing module, add - corresponding note to documentation. Patch by Ivan L. +- Issue #29197: Removed deprecated function ntpath.splitunc(). + +- Issue #29210: Removed support of deprecated argument "exclude" in + tarfile.TarFile.add(). - Issue #29219: Fixed infinite recursion in the repr of uninitialized ctypes.CDLL instances.