Terry J. Reedy <tjre...@udel.edu> added the comment:

All the types in the types module are, being types, potentially callable to 
produce instances of that type. But they are in types rather than builtins 
precisely because it is not expected that they be called directly. They are 
bound to names in types primarily for isinstance checks, and possibly 
issubclass checks. So none of their signatures are documented in types. It 
would be an anomaly to add something special for MethodType. So my first 
impulse is to close this. Do you have a source for your statement?

----------
nosy: +terry.reedy
type: behavior -> feature request

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

Reply via email to