[Python-checkins] python/dist/src/Lib/idlelib NEWS.txt, 1.23.4.15, 1.23.4.16 idlever.py, 1.15.4.6, 1.15.4.7

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Jan 25 13:51:45 CET 2005


Update of /cvsroot/python/python/dist/src/Lib/idlelib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4812/Lib/idlelib

Modified Files:
      Tag: release23-maint
	NEWS.txt idlever.py 
Log Message:
pre-release bits

Index: NEWS.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/NEWS.txt,v
retrieving revision 1.23.4.15
retrieving revision 1.23.4.16
diff -u -d -r1.23.4.15 -r1.23.4.16
--- NEWS.txt	19 Jan 2005 06:23:51 -0000	1.23.4.15
+++ NEWS.txt	25 Jan 2005 12:51:42 -0000	1.23.4.16
@@ -1,7 +1,7 @@
-What's New in IDLE 1.0.4?
-=========================
+What's New in IDLE 1.0.4rc1?
+============================
 
-*Release date: XX-Jan-2005*
+*Release date: 26-Jan-2005*
 
 - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
   stuck subprocess MainThread because only the SocketThread was exiting.

Index: idlever.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/idlever.py,v
retrieving revision 1.15.4.6
retrieving revision 1.15.4.7
diff -u -d -r1.15.4.6 -r1.15.4.7
--- idlever.py	19 Jan 2005 01:44:06 -0000	1.15.4.6
+++ idlever.py	25 Jan 2005 12:51:43 -0000	1.15.4.7
@@ -1 +1 @@
-IDLE_VERSION = "1.0.4"
+IDLE_VERSION = "1.0.5c1"



More information about the Python-checkins mailing list