[issue12510] IDLE: calltips mishandle raw strings and other examples

Terry J. Reedy report at bugs.python.org
Tue Jun 5 11:40:57 CEST 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Stephen D'Aprano just asked on Python list how to get signatures of builtins, noting that calling inspect.getargspec on a Python-coded subclass of a builtin class raises an exception. So we need another testcase, verify the behavior, and probably add try-except around the inspect call. (Perhaps inspect.py should be revised to not leak an exception when given the advertised acceptible input, but that is another issue.)

----------

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


More information about the Python-bugs-list mailing list