]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump to 3.2.2.
authorGeorg Brandl <georg@python.org>
Sat, 3 Sep 2011 09:17:55 +0000 (11:17 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 3 Sep 2011 09:17:55 +0000 (11:17 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index 307cb8d3b4c28e6af5421d631e31013ed50eb511..4445a83fa170e4f68b18218ed18e942a2ef21025 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       2
-#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             "3.2.2rc1+"
+#define PY_VERSION             "3.2.2"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index b31b2d203d2b9815b5646caaeabb1cd7455f6429..9ec61658649bc96ae8bc27a7fa96e09d332a7713 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2.2rc1"
+__version__ = "3.2.2"
 #--end constants--
index 7bf7cae3e96cf429d957cbc98664b7f84eafff78..97bf87bbc291f478c1ea98573398a75761d95d06 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2.2rc1"
+IDLE_VERSION = "3.2.2"
index 554aa670b9a2eb610175a39d87f04bcfc69dd931..d847d4409fe103ee05cc3a321cca02c770ae5207 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.2.2?
 ===========================
 
-*Release date: XXXX-XX-XX*
+*Release date: 03-Sep-2011*
 
 Core and Builtins
 -----------------
index 0f2958c7e0756156e3e577e25c06ab5095940378..40943c03ded8293c62912cebe5b9eb4ea511310b 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2.2rc1
+%define version 3.2.2
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 80df47f9a62844089942038a0e31fdb7209cb4b9..593a8479bd19d1a0c671846f94fb88d177351616 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.2.2 release candidate 1
-================================================
+This is Python version 3.2.2
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 Python Software Foundation.  All rights reserved.