Message285908
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 |
|
Date |
User |
Action |
Args |
2017-01-20 14:25:16 | kushal.das | set | recipients:
+ kushal.das, rafael.fonseca, michael.foord |
2017-01-20 14:25:16 | kushal.das | set | messageid: <1484922316.52.0.544277789515.issue28735@psf.upfronthosting.co.za> |
2017-01-20 14:25:16 | kushal.das | link | issue28735 messages |
2017-01-20 14:25:16 | kushal.das | create | |
|