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 0509556..de90f36 100644
--- a/Tools/idle/extend.py
+++ b/Tools/idle/extend.py
@@ -8,4 +8,5 @@
     "FormatParagraph",
     "ZoomHeight",
     "ScriptBinding",
+    "CallTips",
 ]