commit | 32b069cf546a30826bc4d458acf1c7facc112fda | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 22 18:43:49 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 22 18:43:49 2002 +0000 |
tree | 39cc8affb66979710f3e31a6711605be986076b0 | |
parent | de02bcb2659af6acb1d44ba61c0bcf7b2d53a6ed [diff] |
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.