]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version to 3.2.3rc1.
authorGeorg Brandl <georg@python.org>
Thu, 23 Feb 2012 20:14:12 +0000 (21:14 +0100)
committerGeorg Brandl <georg@python.org>
Thu, 23 Feb 2012 20:14:12 +0000 (21:14 +0100)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index 1b8e6d4a94737a117fdb3a2f411834b1cd213a30..334478d71ead7c127e9ffb78ccc9ded177b85809 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       2
-#define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.2.2+"
+#define PY_VERSION             "3.2.3rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 9ec61658649bc96ae8bc27a7fa96e09d332a7713..369750551c98b70484ef2317a5d5a7eec938088c 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2.2"
+__version__ = "3.2.3rc1"
 #--end constants--
index 97bf87bbc291f478c1ea98573398a75761d95d06..cbcda05fdb0822eef5e504fb848697ae5374c5ed 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2.2"
+IDLE_VERSION = "3.2.3rc1"
index eeab400741db241d75a7a84bb3a26349d9293ee3..e2523d0f7d95ef2bc922fc8a75174da4bdb85aba 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,22 +2,22 @@
 Python News
 +++++++++++
 
-What's New in Python 3.2.3?
-===========================
+What's New in Python 3.2.3 release candidate 1?
+===============================================
 
-*Release date: XX-XXX-2011*
+*Release date: 24-Feb-2011*
 
 Core and Builtins
 -----------------
 
-- Issue #14084: Fix a file descriptor leak when importing a module with a
-  bad encoding.
-
 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
   environment variable, to provide an opt-in way to protect against denial of
   service attacks due to hash collisions within the dict and set types.  Patch
   by David Malcolm, based on work by Victor Stinner.
 
+- Issue #14084: Fix a file descriptor leak when importing a module with a
+  bad encoding.
+
 - Issue #13020: Fix a reference leak when allocating a structsequence object
   fails.  Patch by Suman Saha.
 
index 40943c03ded8293c62912cebe5b9eb4ea511310b..985b79ba7119ecb4a73fe16a3909b66cb7eec51e 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2.2
+%define version 3.2.3rc1
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 34bc9e43bbfbad9a67fa28131f0d890367a2d04a..2ed1c05f95a1f3f6070d4d6db5849a4ddec9c886 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.2.2
-============================
+This is Python version 3.2.3 rc1
+================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012 Python Software Foundation.  All rights reserved.