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 larry
Recipients larry, ncoghlan, yselivanov
Date 2014-02-21.01:17:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392945422.67.0.474190700149.issue20710@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, that's a fair point.  I checked, and the documentation specifically says that ismethod only returns true on bound methods implemented in Python.  I think that's a bad API, it should be agnostic about the implementation language.  But I'll remove the change to ismethod and rework the patch to pydoc around it.
History
Date User Action Args
2014-02-21 01:17:03larrysetrecipients: + larry, ncoghlan, yselivanov
2014-02-21 01:17:02larrysetmessageid: <1392945422.67.0.474190700149.issue20710@psf.upfronthosting.co.za>
2014-02-21 01:17:02larrylinkissue20710 messages
2014-02-21 01:17:00larrycreate