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 <rep...@bugs.python.org> <http://bugs.python.org/issue21659> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com