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 methane
Recipients docs@python, methane, michael.foord
Date 2014-02-02.15:38:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391355507.86.0.158179018907.issue20487@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/3.3/library/unittest.mock.html#magic-mock

> The two equality method, __eq__ and __ne__, are special. They do the default equality comparison on identity, using a side effect, unless you change their return value to return something else:

What "using a side effect" means?
History
Date User Action Args
2014-02-02 15:38:27methanesetrecipients: + methane, michael.foord, docs@python
2014-02-02 15:38:27methanesetmessageid: <1391355507.86.0.158179018907.issue20487@psf.upfronthosting.co.za>
2014-02-02 15:38:27methanelinkissue20487 messages
2014-02-02 15:38:27methanecreate