[issue19903] Idle: Use inspect.signature for calltips

Terry J. Reedy report at bugs.python.org
Tue May 27 07:53:14 CEST 2014


Terry J. Reedy added the comment:

My understanding is that when a builtin is converted, a) the docstring signature disappears, and b) getfullargspec calls str(signature). I need to check what now happens with .getfullargspec version .signature for uncoverted builtins and if any changes should be made now.

----------

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


More information about the Python-bugs-list mailing list