]> granicus.if.org Git - python/commit
SF bug 546078: IDLE calltips cause application error.
authorTim Peters <tim.peters@gmail.com>
Mon, 22 Apr 2002 18:43:49 +0000 (18:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 22 Apr 2002 18:43:49 +0000 (18:43 +0000)
commit32b069cf546a30826bc4d458acf1c7facc112fda
tree39cc8affb66979710f3e31a6711605be986076b0
parentde02bcb2659af6acb1d44ba61c0bcf7b2d53a6ed
SF bug 546078:  IDLE calltips cause application error.
Assorted crashes on Windows and Linux when trying to display a very
long calltip, most likely a Tk bug.  Wormed around by clamping the
calltip display to a maximum of 79 characters (why 79? why not ...).

Bugfix candidate, for all Python releases.
Tools/idle/CallTipWindow.py