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 xtreak
Recipients akaptur, michael.foord, rbcollins, xtreak
Date 2018-09-22.08:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537603281.59.0.956365154283.issue24997@psf.upfronthosting.co.za>
In-reply-to
Content
Seems to have been implemented with ce913877e42b7fa03434c2e765ace891e0f5c4dc . https://bugs.python.org/issue25195 

$ git checkout ce913877e42b7fa03434c2e765ace891e0f5c4dc~1 Lib/unittest/mock.py
$ ./python.exe ../backups/bpo24997.py
1  True
2  True

$ git checkout ce913877e42b7fa03434c2e765ace891e0f5c4dc Lib/unittest/mock.py
$ ./python.exe ../backups/bpo24997.py
1  True
2  False

Thanks
History
Date User Action Args
2018-09-22 08:01:21xtreaksetrecipients: + xtreak, rbcollins, michael.foord, akaptur
2018-09-22 08:01:21xtreaksetmessageid: <1537603281.59.0.956365154283.issue24997@psf.upfronthosting.co.za>
2018-09-22 08:01:21xtreaklinkissue24997 messages
2018-09-22 08:01:21xtreakcreate