[Python-checkins] python/dist/src/Lib/idlelib NEWS.txt, 1.49.2.3, 1.49.2.4 idlever.py, 1.22.2.1, 1.22.2.2

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Wed Mar 9 12:54:57 CET 2005


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

Modified Files:
      Tag: release24-maint
	NEWS.txt idlever.py 
Log Message:
pre-release magic

Index: NEWS.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/NEWS.txt,v
retrieving revision 1.49.2.3
retrieving revision 1.49.2.4
diff -u -d -r1.49.2.3 -r1.49.2.4
--- NEWS.txt	19 Jan 2005 17:25:05 -0000	1.49.2.3
+++ NEWS.txt	9 Mar 2005 11:54:24 -0000	1.49.2.4
@@ -1,7 +1,7 @@
-What's New in IDLE 1.1.1?
-=======================
+What's New in IDLE 1.1.1c1?
+===========================
 
-*Release date: XX-JAN-2005*
+*Release date: 10-MAR-2005*
 
 - If an extension can't be loaded, print warning and skip it instead of
   erroring out.

Index: idlever.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/idlever.py,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -d -r1.22.2.1 -r1.22.2.2
--- idlever.py	23 Dec 2004 04:32:25 -0000	1.22.2.1
+++ idlever.py	9 Mar 2005 11:54:24 -0000	1.22.2.2
@@ -1 +1 @@
-IDLE_VERSION = "1.1.1"
+IDLE_VERSION = "1.1.1c1"



More information about the Python-checkins mailing list