]> granicus.if.org Git - python/commit
Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Jan 2014 02:12:13 +0000 (21:12 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Jan 2014 02:12:13 +0000 (21:12 -0500)
commitb190b33f6445df81aeb0b35021a5a1651e930dec
tree4dd5d0a887f0cc158318945f095dd0c730040f5c
parent82c48e098aff18ab203ed7a22b17b38ea43992e1
Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now
completely redundant. After 16638 patch, CallTips.get_argspec trims over-long
signature strings as well as docstring lines.
Lib/idlelib/CallTipWindow.py