]> granicus.if.org Git - python/commitdiff
Bump to 3.2rc1.
authorGeorg Brandl <georg@python.org>
Sat, 15 Jan 2011 17:08:53 +0000 (17:08 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 15 Jan 2011 17:08:53 +0000 (17:08 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index 6e2b6f7a85b4341046f0e2c82614d498dee5599f..db3aca0fa475aaa61ce4a2c9460f8cd6c83b634c 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.2b2+"
+#define PY_VERSION             "3.2rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 1d752e5e037da6d23cb60d9027f4c8a0cb684ff3..40ca9b2a3a8ba93051c14accc0feeda1d57989d5 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2b2"
+__version__ = "3.2rc1"
 #--end constants--
index 6f90588b03b569b82afbbbb9f21c6e4744c1088e..4ca20d616dffa7d14943b85c30a36feaf33ae69e 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2b2"
+IDLE_VERSION = "3.2rc1"
index 6524dcf0d73b2ae551940dd7fcc79b0ea9e77c2e..0eadfbd7226cb33811cdd92c30ce1de9cf15f1f2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,6 +5,8 @@ Python News
 What's New in Python 3.2 Release Candidate 1
 ============================================
 
+*Release date: 16-Jan-2011*
+
 Core and Builtins
 -----------------
 
index 177baf0f8a61f694a4c657ae13ceb8e489f70189..b4035939e541865ca379dd2259ecd100c8d7d54a 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2b2
+%define version 3.2rc1
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index c909d30f6f8401c9a6f172d8df3dc651c20f421d..bfb9f5f7f43d9e1d9de555e9d11713ae20a7b1af 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.2 beta 2
-=================================
+This is Python version 3.2, release candidate 1
+===============================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 Python Software Foundation.