]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump to 3.3.0a1.
authorGeorg Brandl <georg@python.org>
Sun, 4 Mar 2012 15:23:53 +0000 (16:23 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 4 Mar 2012 15:23:53 +0000 (16:23 +0100)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index 4996e8e6c8152971be493811b0ccd71779dbc3c3..4fb2b91c87f38b3afb1b3c32697abe328f8a9f20 100644 (file)
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.3.0a0"
+#define PY_VERSION             "3.3.0a1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index f883916f10b7ef8a66353add87f737edbfe5704d..8b4261aa3c1fec4dd217a91a44eedb580f8c6c20 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3a0"
+__version__ = "3.3.0a1"
 #--end constants--
index 5e9afb17aef1f1b7bd270f412f362014d66f661b..76b8bb8c40db295cf0f0582b81b7d62cdf6d2f01 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3a0"
+IDLE_VERSION = "3.3.0a1"
index 7607e6651f3f468695cd5412882e422934ee87fc..9dd1528685f293b7b0bbb122b28db44d67203bb5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
 Python News
 +++++++++++
 
-What's New in Python 3.3 Alpha 1?
-=================================
+What's New in Python 3.3.0 Alpha 1?
+===================================
 
-*Release date: XX-XXX-20XX*
+*Release date: 05-Mar-2012*
 
 Core and Builtins
 -----------------
index 4882fbbd6df6b7372fd5be3bc5ef08900d50d982..70ae7fe53c731a3e5738b90cba25708bf460b535 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3a0
+%define version 3.3.0a1
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 3df3292f93b0dff26c61736101eab32cd6c009be..181d78f3c3a87bd8ff9817480cac4a71cd936d8e 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3 alpha 0
-==================================
+This is Python version 3.3.0 alpha 1
+====================================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012 Python Software Foundation.  All rights reserved.