From: Kurt B. Kaiser Date: Sat, 14 Sep 2002 02:56:04 +0000 (+0000) Subject: MERGE DS_RPC_BRANCH into MAIN X-Git-Tag: v2.3c1~4083 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3705a3dd14be0176b0124a181b181b391212be0;p=thirdparty%2FPython%2Fcpython.git MERGE DS_RPC_BRANCH into MAIN ToolTip.py cleanup 05Aug --- diff --git a/Lib/idlelib/ToolTip.py b/Lib/idlelib/ToolTip.py index eadcdea5a14f..2236f76f4881 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