[issue21659] IDLE: One corner calltip case

Serhiy Storchaka report at bugs.python.org
Wed Jun 4 14:50:23 CEST 2014


New submission from Serhiy Storchaka:

def f(args, kwds, *args1, **kwargs): pass

Then calltip for "f(" shows invalid signature "(args, kwds, *args, **kwds)".

----------
components: IDLE
messages: 219755
nosy: kbk, roger.serwy, serhiy.storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: One corner calltip case
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list