[issue19903] Idle: Use inspect.signature for calltips

Terry J. Reedy report at bugs.python.org
Sat Feb 25 17:55:51 EST 2017


Terry J. Reedy added the comment:

Several builtin functions have recently gotten the Arg clinic treatment.  So I think it is now time to switch.  Before closing #29653 as a duplicate, I discovered that inspect.signature also handles functools.partials correctly, while the other inspect functions do not.

----------
versions: +Python 3.6, Python 3.7 -Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19903>
_______________________________________


More information about the Python-bugs-list mailing list