[Idle-dev] CVS: idle ToolTip.py,1.3,1.3.2.1

Stephen M. Gava elguavas@users.sourceforge.net
Mon, 05 Aug 2002 18:00:25 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv30108

Modified Files:
      Tag: DS_RPC_BRANCH
	ToolTip.py 
Log Message:
general cleanup: indicate why we'll keep this here for now


Index: ToolTip.py
===================================================================
RCS file: /cvsroot/idlefork/idle/ToolTip.py,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** ToolTip.py	14 Jul 2001 01:14:09 -0000	1.3
--- ToolTip.py	6 Aug 2002 01:00:22 -0000	1.3.2.1
***************
*** 1,2 ****
--- 1,5 ----
+ # 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