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 kushal.das
Recipients kushal.das, michael.foord, rafael.fonseca
Date 2017-01-20.14:25:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484922316.52.0.544277789515.issue28735@psf.upfronthosting.co.za>
In-reply-to
Content
From a checkout in last week.

Python 3.7.0a0 (default:c163a76163f7, Jan 15 2017, 22:20:24) 
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from unittest import mock
>>> mock.ANY == mock.Mock() 
True
>>> mock.ANY == mock.MagicMock() 
True
History
Date User Action Args
2017-01-20 14:25:16kushal.dassetrecipients: + kushal.das, rafael.fonseca, michael.foord
2017-01-20 14:25:16kushal.dassetmessageid: <1484922316.52.0.544277789515.issue28735@psf.upfronthosting.co.za>
2017-01-20 14:25:16kushal.daslinkissue28735 messages
2017-01-20 14:25:16kushal.dascreate