]> granicus.if.org Git - python/commit
unittest.mock.MagicMock objects are now unorderable by default
authorMichael Foord <michael@voidspace.org.uk>
Sun, 25 Mar 2012 17:16:07 +0000 (18:16 +0100)
committerMichael Foord <michael@voidspace.org.uk>
Sun, 25 Mar 2012 17:16:07 +0000 (18:16 +0100)
commit313f85f0ca1adb198e1cf7c012f7f0d1692339ae
tree15e37f08c1a05ba14ec5233af56f4693d6f00441
parent1d5617958fa4e3e1039c62cbe15565e642a9e428
unittest.mock.MagicMock objects are now unorderable by default
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmagicmethods.py
Misc/NEWS