From: Guido van Rossum Date: Fri, 4 Jun 1999 19:21:19 +0000 (+0000) Subject: Might as well enable CallTips by default. X-Git-Tag: v1.6a1~1285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=febebe9e79d3ab9e79e307ec3f5d6091765ae9ca;p=thirdparty%2FPython%2Fcpython.git Might as well enable CallTips by default. If there are too many complaints I'll remove it again or fix it. --- diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py index 05095563eecb..de90f3677fa6 100644 --- a/Tools/idle/extend.py +++ b/Tools/idle/extend.py @@ -8,4 +8,5 @@ standard = [ "FormatParagraph", "ZoomHeight", "ScriptBinding", + "CallTips", ]