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

Guido van Rossum guido@cnri.reston.va.us
Tue, 15 Feb 2000 12:16:42 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	README.txt 
Log Message:
Updated for pending IDLE 0.5 release (still very rough -- just getting
it out in a more convenient format than CVS).



Index: README.txt
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/idle/README.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** README.txt	1999/04/07 18:41:59	1.6
--- README.txt	2000/02/15 17:16:40	1.7
***************
*** 1,4 ****
! IDLE 0.4 - 7 April 1999
! -----------------------
  
  For news about this release, see the file NEWS.txt.  (For a more
--- 1,4 ----
! IDLE 0.5 - February 2000
! ------------------------
  
  For news about this release, see the file NEWS.txt.  (For a more
***************
*** 14,20 ****
  - works on Windows and Unix (probably works on Mac too)
  
! The main program is in the file "idle"; on Windows you can use idle.pyw
! to avoid popping up a DOS console.  Any arguments passed are interpreted
! as files that will be opened for editing.
  
  IDLE requires Python 1.5.2, so it is currently only usable with the
--- 14,20 ----
  - works on Windows and Unix (probably works on Mac too)
  
! The main program is in the file "idle"; on Windows you can use
! idle.pyw to avoid popping up a DOS console.  Any arguments passed are
! interpreted as files that will be opened for editing.
  
  IDLE requires Python 1.5.2, so it is currently only usable with the