Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Jan 2017 21:15:18 +0000 (23:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Jan 2017 21:15:18 +0000 (23:15 +0200)
commita203360836df8110b6e0e4b8a8ed551fa2f0df06
tree24de25856b96c0b69442847b6fd3e651bb068c26
parentb2df6319e3a3bd5cecebd2b3ca8e95b0cc87b554
parent362f058a89437f82f112cda439bb40abe4ddb8c5
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS