]> granicus.if.org Git - python/commitdiff
r88840: Prepare for 2.5.6. v2.5.6
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 28 May 2011 11:58:36 +0000 (13:58 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 28 May 2011 11:58:36 +0000 (13:58 +0200)
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
README

index f1e513c4671c0e627ed2510e775f7db383146721..0cefd6e6458e5743285f490a3ef7b36fe8f96b31 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       5
 #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.5.6c1"
+#define PY_VERSION             "2.5.6"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 74971082f17cb80682fc5a1bfed367ba1fec443b..562929ab818f3246da39c5d86ff9beb94e5357f0 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.6?
+=========================
+
+*Release date: 26-May-2011*
+
 What's New in IDLE 1.2.6c1?
 ===========================
 
index 1dd637c20ddf48841f4becc52c36a68221624da6..40604e5d9ee6c92fcd24259d62ebee820efdeec6 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2.6c1"
+IDLE_VERSION = "1.2.6"
index 96fd36b4be4a7e20890bd4279c5003833755f341..d15f30ac85325e5d3a9433052f0358203a9b3a49 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,12 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.5.6?
+===========================
+
+*Release date: 26-May-2011*
+
+
 What's New in Python 2.5.6c1?
 =============================
 
diff --git a/README b/README
index 0fd2f5daa8dbb60eaa5119f08e5e1991d28d15af..a1e1801e07ef40d46d9c3728eaf2b2efedf8009b 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.5.6c1
-==============================
+This is Python version 2.5.6
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 Python Software Foundation.  All rights reserved.