[Python-checkins] CVS: python/dist/src/Tools/idle README.txt,1.8,1.8.2.1

Guido van Rossum python-dev@python.org
Mon, 4 Sep 2000 19:13:58 -0700


Update of /cvsroot/python/python/dist/src/Tools/idle
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32421

Modified Files:
      Tag: cnri-16-start
	README.txt 
Log Message:
Updated for IDLE 0.6, released as part of Pyhon 1.6.


Index: README.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/README.txt,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** README.txt	2000/02/15 19:11:26	1.8
--- README.txt	2000/09/05 02:13:55	1.8.2.1
***************
*** 1,7 ****
! IDLE 0.5 - February 2000
! ------------------------
  
! This is an early release of IDLE, my own attempt at a Tkinter-based
! IDE for Python.
  
  For news about this release, see the file NEWS.txt.  (For a more
--- 1,6 ----
! IDLE 0.6
! --------
  
! This is IDLE, my own attempt at a Tkinter-based IDE for Python.
  
  For news about this release, see the file NEWS.txt.  (For a more
***************
*** 36,52 ****
  Try "./idle.py -h" to see other command line options.
  
! IDLE requires Python 1.5.2, so it is currently only usable with a
! Python 1.5.2 distribution.  (An older version of IDLE is distributed
! with Python 1.5.2; you can drop this version on top of it.)
  
! COPYRIGHT
  
! IDLE is covered by the standard Python copyright notice
! (http://www.python.org/doc/Copyright.html).
! 
! FEEDBACK
! 
! For feedback, please use the Python Bugs List
! (http://www.python.org/search/search_bugs.html).
! 
! --Guido van Rossum (home page: http://www.python.org/~guido/)
--- 35,44 ----
  Try "./idle.py -h" to see other command line options.
  
! RESOURCES
  
! IDLE home page: http://www.python.org/idle/
! CP4E home page: http://www.python.org/cp4e/
! EDU-SIG: http://www.python.org/sigs/edu-sig/
! IDLE-DEV mailing list: http://www.python.org/mailman/listinfo/idle-dev
  
! --Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)