]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prepare for 2.4.6. v2.4.6
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 19 Dec 2008 15:02:52 +0000 (15:02 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 19 Dec 2008 15:02:52 +0000 (15:02 +0000)
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
README

index ddb212d5cb60cc9b02489830f1a69be426759a45..007c3148caaf1f570f7de035a6e75c6a0f57ca46 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       6
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.4.6c1"
+#define PY_VERSION             "2.4.6"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
index 0bc78cae84f6272f3a22cabc777643bac9ba642c..18e2d3fc9fc12fbc798c0ee281f537ef0ba324ba 100644 (file)
@@ -1,7 +1,7 @@
-What's New in IDLE 1.1.6c1?
+What's New in IDLE 1.1.6?
 =========================
 
-*Release date: 13-Dec-2008*
+*Release date: 19-Dec-2008*
 
 What's New in IDLE 1.1.5?
 =========================
index 0cf857902f7afcc4dc5bbf8cb0b45e4a1a6c1d4b..44bbbfe4f564f43376ceb3bc74774626422b578a 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.6c1"
+IDLE_VERSION = "1.1.6"
index b08f8f94e2e1d7f7020621b8899ead99d6edd7a5..735a8a3b1da54031a5d282e310ffb745fca4886c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,9 +5,9 @@ Python News
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
 What's New in Python 2.4.6?
-=============================
+===========================
 
-*Release date: 1X-Dec-2008*
+*Release date: 19-Dec-2008*
 
 
 
diff --git a/README b/README
index 382892a9c7b144375a0c036c29a57868cc2c63c6..308435a7c6ed388a1d6c71a11ca60fa678e8b202 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.4.6c1
-==============================
+This is Python version 2.4.6
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
 All rights reserved.