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 ncoghlan
Recipients Arfrever, larry, ncoghlan, pitrou, terry.reedy, yselivanov
Date 2014-02-23.09:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393149412.03.0.254285085469.issue20712@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that "ismethod()" is not a particularly well-defined concept, except insofar as it means "behaves the same way as the callable returned when a Python function is retrieved through a class instance".

"isboundmethod()" could be well-defined, especially if it was introduced in parallel with a types.BoundMethod ABC that standardised the __func__ property.
History
Date User Action Args
2014-02-23 09:56:52ncoghlansetrecipients: + ncoghlan, terry.reedy, pitrou, larry, Arfrever, yselivanov
2014-02-23 09:56:52ncoghlansetmessageid: <1393149412.03.0.254285085469.issue20712@psf.upfronthosting.co.za>
2014-02-23 09:56:52ncoghlanlinkissue20712 messages
2014-02-23 09:56:51ncoghlancreate