[Python-checkins] python/dist/src/Tools/idle README.txt,1.8.26.1,1.8.26.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 07 Nov 2002 23:43:00 -0800


Update of /cvsroot/python/python/dist/src/Tools/idle
In directory usw-pr-cvs1:/tmp/cvs-serv18453

Modified Files:
      Tag: release22-maint
	README.txt 
Log Message:
Fix typo only present in the r22-maint branch.

Index: README.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/README.txt,v
retrieving revision 1.8.26.1
retrieving revision 1.8.26.2
diff -C2 -d -r1.8.26.1 -r1.8.26.2
*** README.txt	8 Nov 2002 05:48:11 -0000	1.8.26.1
--- README.txt	8 Nov 2002 07:42:58 -0000	1.8.26.2
***************
*** 36,40 ****
  Try "./idle.py -h" to see other command line options.
  
! IDLE requires Python 1.5.2 or late, so it is currently only usable with
  a Python 1.5.2 distribution or later.  (An older version of IDLE is
  distributed with Python 1.5.2; you can drop this version on top of it.)
--- 36,40 ----
  Try "./idle.py -h" to see other command line options.
  
! IDLE requires Python 1.5.2 or later, so it is currently only usable with
  a Python 1.5.2 distribution or later.  (An older version of IDLE is
  distributed with Python 1.5.2; you can drop this version on top of it.)