]> granicus.if.org Git - python/commitdiff
Bump to 3.2.3rc2. v3.2.3rc2
authorGeorg Brandl <georg@python.org>
Sun, 18 Mar 2012 06:34:49 +0000 (07:34 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 18 Mar 2012 06:34:49 +0000 (07:34 +0100)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index 14ab4dfbc63c14c454a40368fb94f21887b16b0c..d3f321739bd5acb3c5c7186169cd08d9530290c3 100644 (file)
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       3
 #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             "3.2.3rc1+"
+#define PY_VERSION             "3.2.3rc2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 369750551c98b70484ef2317a5d5a7eec938088c..d8d61c5432ee0a4716cc60f11a0e405990c7a6db 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2.3rc1"
+__version__ = "3.2.3rc2"
 #--end constants--
index cbcda05fdb0822eef5e504fb848697ae5374c5ed..250ecf064e06f83170c90a664488523019c4ae7b 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2.3rc1"
+IDLE_VERSION = "3.2.3rc2"
index ae00af72d52807f5fbe5d0969aa7507072e7ab1e..30b14faa3393757d4a56ea05d8945ae516f7891f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,28 +2,25 @@
 Python News
 +++++++++++
 
-What's New in Python 3.2.3?
-===========================
-
-*Release date: XX-XXX-2012*
-
-
 What's New in Python 3.2.3 release candidate 2?
 ===============================================
 
-*Release date: XX-Mar-2012*
+*Release date: 18-Mar-2012*
 
 Library
 -------
 
+- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
+  on Windows.
+
+Extension Modules
+-----------------
+
 - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
   table internal to the pyexpat module's copy of the expat library to avoid a
   denial of service due to hash collisions.  Patch by David Malcolm with some
   modifications by the expat project.
 
-- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
-  on Windows.
-
 
 What's New in Python 3.2.3 release candidate 1?
 ===============================================
index 985b79ba7119ecb4a73fe16a3909b66cb7eec51e..87bfda1fd956c3482801a6a0f0d773aa4df61a51 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2.3rc1
+%define version 3.2.3rc2
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 2ed1c05f95a1f3f6070d4d6db5849a4ddec9c886..332c9b1b518f229ab1ca328944cbf690e2cae677 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.2.3 rc1
+This is Python version 3.2.3 rc2
 ================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,