]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Might as well enable CallTips by default.
authorGuido van Rossum <guido@python.org>
Fri, 4 Jun 1999 19:21:19 +0000 (19:21 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 Jun 1999 19:21:19 +0000 (19:21 +0000)
If there are too many complaints I'll remove it again or fix it.

Tools/idle/extend.py

index 05095563eecb3eb796d4acbe344202733962ab1f..de90f3677fa650d81155fd7367463947d7d46cda 100644 (file)
@@ -8,4 +8,5 @@ standard = [
     "FormatParagraph",
     "ZoomHeight",
     "ScriptBinding",
+    "CallTips",
 ]