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

Kurt B. Kaiser kbk@users.sourceforge.net
Fri, 13 Sep 2002 19:56:07 -0700


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

Modified Files:
	ToolTip.py 
Log Message:
MERGE DS_RPC_BRANCH into MAIN
ToolTip.py
    cleanup 05Aug


Index: ToolTip.py
===================================================================
RCS file: /cvsroot/idlefork/idle/ToolTip.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ToolTip.py	14 Jul 2001 01:14:09 -0000	1.3
--- ToolTip.py	14 Sep 2002 02:56:04 -0000	1.4
***************
*** 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