[Python-checkins] python/dist/src/Lib/idlelib NEWS.txt, 1.49.2.8, 1.49.2.9 idlever.py, 1.22.2.4, 1.22.2.5

anthonybaxter@users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Sep 20 15:09:20 CEST 2005


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

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

Index: NEWS.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/NEWS.txt,v
retrieving revision 1.49.2.8
retrieving revision 1.49.2.9
diff -u -d -r1.49.2.8 -r1.49.2.9
--- NEWS.txt	23 Aug 2005 17:38:55 -0000	1.49.2.8
+++ NEWS.txt	20 Sep 2005 13:09:16 -0000	1.49.2.9
@@ -1,7 +1,7 @@
 What's New in IDLE 1.1.2c1?
-=========================
+===========================
 
-*Release date: XX-SEP-2005*
+*Release date: 21-SEP-2005*
 
 - Mac line endings were incorrect when pasting code from some browsers
   when using X11 and the Fink distribution.  Python Bug 1263656.

Index: idlever.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/idlever.py,v
retrieving revision 1.22.2.4
retrieving revision 1.22.2.5
diff -u -d -r1.22.2.4 -r1.22.2.5
--- idlever.py	29 Mar 2005 12:33:34 -0000	1.22.2.4
+++ idlever.py	20 Sep 2005 13:09:16 -0000	1.22.2.5
@@ -1 +1 @@
-IDLE_VERSION = "1.1.1"
+IDLE_VERSION = "1.1.2c1"



More information about the Python-checkins mailing list