summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-09-14 02:56:04 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2002-09-14 02:56:04 (GMT)
commitb3705a3dd14be0176b0124a181b181b391212be0 (patch)
treed29c7c05d7ab75145e47536658d69e64bea47af1 /Lib/idlelib
parent2def78bddb407f3ff507024e3cb0045ea05fbaaf (diff)
downloadcpython-b3705a3dd14be0176b0124a181b181b391212be0.zip
cpython-b3705a3dd14be0176b0124a181b181b391212be0.tar.gz
cpython-b3705a3dd14be0176b0124a181b181b391212be0.tar.bz2
MERGE DS_RPC_BRANCH into MAIN
ToolTip.py cleanup 05Aug
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/ToolTip.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/ToolTip.py b/Lib/idlelib/ToolTip.py
index eadcdea..2236f76 100644
--- a/Lib/idlelib/ToolTip.py
+++ b/Lib/idlelib/ToolTip.py
@@ -1,3 +1,6 @@
+# general purpose 'tooltip' routines - currently unused in idlefork
+# (although the 'calltips' extension is partly based on this code)
+# may be useful for some purposes in (or almost in ;) the current project scope
# Ideas gleaned from PySol
import os