]> granicus.if.org Git - python/commit
Merge Py Idle changes
authorKurt B. Kaiser <kbk@shore.net>
Sun, 15 Sep 2002 21:43:13 +0000 (21:43 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 15 Sep 2002 21:43:13 +0000 (21:43 +0000)
commite72f05d5fb5b36400a5470a8420bbed302029839
treee1342c7597df27900b7137bd1d671bc8bfa3ede5
parentc209b3dab5a533ea0bfc2d2462a4553e4445db29
Merge Py Idle changes
Rev 1.4
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.

Rev 1.5
Remove unnecessary imports
Lib/idlelib/CallTipWindow.py