]> granicus.if.org Git - python/commitdiff
Bump to 3.2a2.
authorGeorg Brandl <georg@python.org>
Sun, 5 Sep 2010 08:30:40 +0000 (08:30 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 5 Sep 2010 08:30:40 +0000 (08:30 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index b98dde87157b3093c088f12c4ca4e0593fde2765..a9af36e3a4bd45b33feeb20ad05bdefa2bd30520 100644 (file)
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.2a1+"
+#define PY_VERSION             "3.2a2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 7b2227916a13278d871868285bdf031d3240a54e..92ed8f4db20acbe7ae551f99e12eef2cb9ed5db7 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2a1"
+__version__ = "3.2a2"
 #--end constants--
index 4403f804aee00c6b69d70a5f31ab56c8cad0052e..d6d7b380042a741ca278303c81611ad88a4391ce 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2a1"
+IDLE_VERSION = "3.2a2"
index 82ae15e4cb29c1acdd461cda85ec25ed4dced98d..36db4faadc17383b3bfd01cba86216fcd23a2c9b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.2 Alpha 2?
 =================================
 
-*Release date: XX-Sep-2010*
+*Release date: 05-Sep-2010*
 
 Core and Builtins
 -----------------
index 8e2c25e1dc9d4cf6d147123b64d1fe53f03e333e..4a80c3638925c836493dcf11741fe8a14c6d59c6 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2a1
+%define version 3.2a2
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 5ef816f5fc043d4bcc68bbabedf713f29f72102b..d98cf9be3a5591eb94f12ab21167828da9b148cf 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.2 alpha 1
+This is Python version 3.2 alpha 2
 ==================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010