• Kurt B. Kaiser's avatar
    Merge Py Idle changes · e72f05d5
    Kurt B. Kaiser yazdı
    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
    e72f05d5
CallTipWindow.py 2.12 KB