This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients berker.peksag, kushal.das, michael.foord, rafael.fonseca, serhiy.storchaka, xiang.zhang
Date 2017-01-20.14:49:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484923747.23.0.0374516874333.issue28735@psf.upfronthosting.co.za>
In-reply-to
Content
Kushal I think the OP is reporting `mock.MagicMock() == mock.ANY` is False while `mock.ANY == mock.MagicMock()` is True which is still the case in 3.7. A related issue is #25195. In that issue Serhiy has mentioned this behaviour(http://bugs.python.org/issue25195#msg259822).
History
Date User Action Args
2017-01-20 14:49:07xiang.zhangsetrecipients: + xiang.zhang, rafael.fonseca, michael.foord, berker.peksag, serhiy.storchaka, kushal.das
2017-01-20 14:49:07xiang.zhangsetmessageid: <1484923747.23.0.0374516874333.issue28735@psf.upfronthosting.co.za>
2017-01-20 14:49:07xiang.zhanglinkissue28735 messages
2017-01-20 14:49:07xiang.zhangcreate