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 eryksun
Recipients eryksun, rhettinger, theller
Date 2014-04-02.12:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396440684.01.0.361321627606.issue21130@psf.upfronthosting.co.za>
In-reply-to
Content
Function equality is based on identity, as inherited from object. But there's a precedent for this idea in method_richcompare, which compares the method's __func__ and __self__: 

http://hg.python.org/cpython/file/04f714765c13/Objects/classobject.c#l208
History
Date User Action Args
2014-04-02 12:11:24eryksunsetrecipients: + eryksun, theller, rhettinger
2014-04-02 12:11:24eryksunsetmessageid: <1396440684.01.0.361321627606.issue21130@psf.upfronthosting.co.za>
2014-04-02 12:11:23eryksunlinkissue21130 messages
2014-04-02 12:11:23eryksuncreate