]> granicus.if.org Git - python/commitdiff
Bump to 3.3.0rc3. v3.3.0rc3
authorGeorg Brandl <georg@python.org>
Sun, 23 Sep 2012 15:15:21 +0000 (17:15 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 23 Sep 2012 15:15:21 +0000 (17:15 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index ba0b566e5b71b3ca9f4d6d5636036c2aef5e6928..78b18fd00af89641ee475a122a03c5736126181d 100644 (file)
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0rc2+"
+#define PY_VERSION             "3.3.0rc3"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index f23d886420f045ca11d415449644a648b46708ea..b755eaaf2cf6ae163fd052a44eb5acf81a7db2c1 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.0rc2"
+__version__ = "3.3.0rc3"
 #--end constants--
index b73ce7527e3eb14ad01c63fed7a8eb7b20fe99b1..ff6cb72c827d7bd0fec883f43288384c1ce89e95 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.0rc2"
+IDLE_VERSION = "3.3.0rc3"
index b38d088708c1ec729cb5c3d7dae35dce4d9a287b..c0bfccee516d2abca435b2d7f0b8880913ab1073 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,11 +1,11 @@
-s+++++++++++
++++++++++++
 Python News
 +++++++++++
 
 What's New in Python 3.3.0 Release Candidate 3?
-===========================
+===============================================
 
-*Release date: XX-Sep-2012*
+*Release date: 23-Sep-2012*
 
 Core and Builtins
 -----------------
index ab21f96ef1baa3c42d84f21d80faa607a655a59d..ce21695e3cff0dd8bc99c2a588ed0fae000c097e 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.0rc2
+%define version 3.3.0rc3
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 81f0d20a31a52bb72bb1409c720e8ec1818508f8..19451abf836d9d75f57be70c3bbb68981f984153 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.3.0 release candidate 2
+This is Python version 3.3.0 release candidate 3
 ================================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,