[issue19903] Idle: Use inspect.signature for calltips

Terry J. Reedy report at bugs.python.org
Sun Feb 1 10:50:26 CET 2015


Terry J. Reedy added the comment:

The above suggests that the change might be applied to 3.4.  The difference surprises me because #17481 patched getfullargspec() to 'use' signature() 'behind the scenes', so I expected the result to be the same.  It seems that 'use' does not mean what I thought.  My hesitation is that only some builtins have been converted to use Argument Clinic, and Idle currently treats builtins special to get the signature from the docstring.  Treating just some builting special will be slightly awkward.

----------

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


More information about the Python-bugs-list mailing list