[New-bugs-announce] [issue29653] IDLE - call tips show wrapper's argpsec instead of wrapped

assume_away report at bugs.python.org
Sat Feb 25 15:34:32 EST 2017


New submission from assume_away:

Many wrappers use the famous (*args, **kwargs) argspec, which is less than helpful for a function that uses some positional arguments and maybe a few keyword only arguments, ie (x, y, z=10). Other IDEs have the capability of showing the wrapped functions argspec in a calltip, so why shouldn't IDLE?

----------
assignee: terry.reedy
components: IDLE
files: calltips.py
messages: 288580
nosy: assume_away, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE - call tips show wrapper's argpsec instead of wrapped
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file46669/calltips.py

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


More information about the New-bugs-announce mailing list