]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump to 2.6a3 v2.6a3
authorBarry Warsaw <barry@python.org>
Thu, 8 May 2008 13:16:19 +0000 (13:16 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 8 May 2008 13:16:19 +0000 (13:16 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.6.spec
README

index c55e8d0113db14c533ef9056be2f54829383a44e..b5ad8e79a272a1820fac0045e05b5fa8061df1dd 100644 (file)
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "2.6a2+"
+#define PY_VERSION             "2.6a3"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index d0dd03a3c5a33325ab488de274db3067ab8a3618..e3e32f51bd66f320dbdff7999b4738fb948e8f98 100644 (file)
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
 #
 
 #--start constants--
-__version__ = "2.6a2"
+__version__ = "2.6a3"
 #--end constants--
index 308e33f705cc5c74f27666835a8e5c1332b8fbb3..6dcab30544e9c7cfb333936c2c58b8162849202d 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.6a2"
+IDLE_VERSION = "2.6a3"
index a151785ba868f337361e96c4b6ab081a970187db..4a193945eb5806b30d3ce8b0f00d0b6d434dc749 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.6 alpha 3?
 =================================
 
-*Release date: XX-XXX-2008*
+*Release date: 08-May-2008*
 
 Core and builtins
 -----------------
index b7f724138297c4cc1861e40a19b87b6581705401..d6d14d8d72f83c7b3daac7c69954adc57e6af12f 100644 (file)
@@ -34,7 +34,7 @@
 
 %define name python
 #--start constants--
-%define version 2.6a2
+%define version 2.6a3
 %define libver 2.6
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 5523ad83a191a07f3c8bceec1d3f0fc50a55b438..e97bb17b93cdcf2b0e2880e6aabd1e7767e9983b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.6 alpha 2
+This is Python version 2.6 alpha 3
 ==================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008