[Python-checkins] python/dist/src/Lib/idlelib NEWS.txt, 1.49.2.5, 1.49.2.6 idlever.py, 1.22.2.3, 1.22.2.4

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Mar 29 14:33:36 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS.txt idlever.py 
Log Message:
2.4.1 preparations.


Index: NEWS.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/NEWS.txt,v
retrieving revision 1.49.2.5
retrieving revision 1.49.2.6
diff -u -d -r1.49.2.5 -r1.49.2.6
--- NEWS.txt	16 Mar 2005 14:34:22 -0000	1.49.2.5
+++ NEWS.txt	29 Mar 2005 12:33:34 -0000	1.49.2.6
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.1?
+=========================
+
+*Release date: 30-MAR-2005*
+
 What's New in IDLE 1.1.1c2?
 ===========================
 

Index: idlever.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/idlever.py,v
retrieving revision 1.22.2.3
retrieving revision 1.22.2.4
diff -u -d -r1.22.2.3 -r1.22.2.4
--- idlever.py	16 Mar 2005 14:34:23 -0000	1.22.2.3
+++ idlever.py	29 Mar 2005 12:33:34 -0000	1.22.2.4
@@ -1 +1 @@
-IDLE_VERSION = "1.1.1c2"
+IDLE_VERSION = "1.1.1"



More information about the Python-checkins mailing list