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 pitrou
Recipients larry, ncoghlan, pitrou, yselivanov
Date 2014-02-21.14:54:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392994473.73.0.599617373696.issue20712@psf.upfronthosting.co.za>
In-reply-to
Content
The docs are quite clear about that:

  inspect.ismethod(object)

    Return true if the object is a bound method written in Python.

In other words, this is not a bug, and there's probably code in the wild relying on it.
History
Date User Action Args
2014-02-21 14:54:33pitrousetrecipients: + pitrou, ncoghlan, larry, yselivanov
2014-02-21 14:54:33pitrousetmessageid: <1392994473.73.0.599617373696.issue20712@psf.upfronthosting.co.za>
2014-02-21 14:54:33pitroulinkissue20712 messages
2014-02-21 14:54:33pitroucreate