]> 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:24 +0000 (21:12 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 22 Jan 2014 02:12:24 +0000 (21:12 -0500)
commit0e3b0e397e7bd986e2284e2b9ed2be00b404019c
tree3b7e758cadf24eaaa67c4b9f04b28d473fd397ca
parentd5710f8b36a456872f3cadd913a26f4aa76afc01
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