Message10124

Author santa4nt
Recipients clevy, santa4nt, zyasoft
Date 2015-06-18.23:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434669185.39.0.958782163971.issue2367@psf.upfronthosting.co.za>
In-reply-to
Content
Additionally:

a = Dict1
b = Dict2

>>> a.__eq__(b)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unbound method __eq__() must be called with Dict1 instance as first argument (got type instance instead)
History
Date User Action Args
2015-06-18 23:13:05santa4ntsetmessageid: <1434669185.39.0.958782163971.issue2367@psf.upfronthosting.co.za>
2015-06-18 23:13:05santa4ntsetrecipients: + santa4nt, zyasoft, clevy
2015-06-18 23:13:05santa4ntlinkissue2367 messages
2015-06-18 23:13:04santa4ntcreate