Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20712>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to