]> granicus.if.org Git - python/commit
Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 10 Jun 2014 00:02:18 +0000 (20:02 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 10 Jun 2014 00:02:18 +0000 (20:02 -0400)
commit1d6a0c47db70f56cee73932efe3e565b13488916
treeae03e3dc1d15c60a5df0c1a06180e059ec8b60ac
parentdd35484662ee756e3aa092f49ff7d75051fee354
Closes Issue 21659: Improve Idle calltips for *args, **kwargs in 2.7, where actual
names are not available. Initial patch by Serhiy Storchaka.
Lib/idlelib/CallTips.py
Lib/idlelib/idle_test/test_calltips.py