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 ajaksu2
Recipients ajaksu2, loewis
Date 2009-04-07.15:06:42
SpamBayes Score 3.6587306e-08
Marked as misclassified No
Message-id <2d75d7660904070806t6ca6cce8pfc9c30a3b7952d8a@mail.gmail.com>
In-reply-to <2d75d7660904070803x5954d1c6i3f0d559b93366661@mail.gmail.com>
Content
> Having them compare unequal means you can't actually trust unbound
> method comparison, nor using unbound methods as keys in a dictionary.

"Trust" is a strong word. You can trust the comparison operator if you
agree with its semantics, you cannot trust it if you want different
semantics. But that doesn't mean it is generally trustworthy or
untrustworthy.

Really, this is the same as with numbers:

'b'
History
Date User Action Args
2009-04-07 15:06:43ajaksu2setrecipients: + ajaksu2, loewis
2009-04-07 15:06:42ajaksu2linkissue2771 messages
2009-04-07 15:06:42ajaksu2create