summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-06-04 19:21:19 (GMT)
committerGuido van Rossum <guido@python.org>1999-06-04 19:21:19 (GMT)
commitfebebe9e79d3ab9e79e307ec3f5d6091765ae9ca (patch)
tree3d2e286d13cd2d58f5f499fa543038e2cceb611a
parent1946f0d6f22987b1616b0935f577e805ca494db8 (diff)
downloadcpython-febebe9e79d3ab9e79e307ec3f5d6091765ae9ca.zip
cpython-febebe9e79d3ab9e79e307ec3f5d6091765ae9ca.tar.gz
cpython-febebe9e79d3ab9e79e307ec3f5d6091765ae9ca.tar.bz2
Might as well enable CallTips by default.
If there are too many complaints I'll remove it again or fix it.
-rw-r--r--Tools/idle/extend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py
index 0509556..de90f36 100644
--- a/Tools/idle/extend.py
+++ b/Tools/idle/extend.py
@@ -8,4 +8,5 @@ standard = [
"FormatParagraph",
"ZoomHeight",
"ScriptBinding",
+ "CallTips",
]