]> granicus.if.org Git - python/commitdiff
preparing for 2.5c2
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 11 Sep 2006 15:30:13 +0000 (15:30 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 11 Sep 2006 15:30:13 +0000 (15:30 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
README

index 3d78bc023e90320f3346e1605400fb26ce3b0445..3545a6767b14ad21463f8deee72c4342565cf49e 100644 (file)
@@ -5,5 +5,5 @@
        Email: \email{docs@python.org}
 }
 
-\date{17th August, 2006}                       % XXX update before final release!
+\date{12th September, 2006}                    % XXX update before final release!
 \input{patchlevel}             % include Python version information
index db8388d960a4f69a45fa2361c8bbf0386bf652aa..0990a186fcff3f64e2febab2fefb092098bd4459 100644 (file)
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.5c1"
+#define PY_VERSION             "2.5c2"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index d9e0c50a12a1adb248d187331ee39fb18821939c..74897fad9be9062acee198441d8dc5d53d6a7e63 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2c2?
+=========================
+
+*Release date: 12-SEP-2006*
+
 What's New in IDLE 1.2c1?
 =========================
 
index 29686fdd7e9f227463de5745f873cd48631df08a..5266b82a4e0c8bda7a7d5621542c259612fca376 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2c1"
+IDLE_VERSION = "1.2c2"
index fe9532ac135246ae16e2c3a9a2bb9f08ad0f2cf1..fd25b243f01a0d03772a4b1c7d2091ce7b2172e8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,7 +14,7 @@ What's New in Python 2.5?
 What's New in Python 2.5 release candidate 2?
 =============================================
 
-*Release date: XX-SEP-2006*
+*Release date: 12-SEP-2006*
 
 Core and builtins
 -----------------
diff --git a/README b/README
index 16dfaf3b7b460060f9294f03045900dadd0086de..d5152ba6ceb3110bc86eaaec411dccaec74d5b17 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.5 rc 1
+This is Python version 2.5 rc 2
 ===============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.