[Python-checkins] python/dist/src/Tools README,1.10,1.11

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 13 Jun 2003 17:08:38 -0700


Update of /cvsroot/python/python/dist/src/Tools
In directory sc8-pr-cvs1:/tmp/cvs-serv18575

Modified Files:
	README 
Log Message:
Get rid of old IDLE.  Lib/idlelib rules!


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** README	20 Sep 2001 15:27:30 -0000	1.10
--- README	14 Jun 2003 00:08:36 -0000	1.11
***************
*** 25,30 ****
  		from a catalog in text format.
  
- idle		A Tkinter-based Python IDE.
- 
  modulator	Interactively generate boiler plate for an extension
  		module.	 Works easiest if you have Tk.
--- 25,28 ----