Message259822
It would be better to use just default implementation:
__ne__ = object.__ne__
Interesting that while call1 == call2 is True, call2 == call1 is False. But this is different issue. |
|
Date |
User |
Action |
Args |
2016-02-08 06:54:02 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, michael.foord, berker.peksag, felixonmars, aplummer |
2016-02-08 06:54:02 | serhiy.storchaka | set | messageid: <1454914442.47.0.914458669759.issue25195@psf.upfronthosting.co.za> |
2016-02-08 06:54:02 | serhiy.storchaka | link | issue25195 messages |
2016-02-08 06:54:02 | serhiy.storchaka | create | |
|