]> granicus.if.org Git - python/commitdiff
Bump to 3.3.3 final. v3.3.3
authorGeorg Brandl <georg@python.org>
Sun, 17 Nov 2013 06:58:22 +0000 (07:58 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 17 Nov 2013 06:58:22 +0000 (07:58 +0100)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.3.spec
README

index 3ae5dc9319101324a60f144b0ec3aabd6763a4c6..69ab168b5d69dd0e22b576b47e1f3a01a6231557 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       3
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.3.3rc2"
+#define PY_VERSION             "3.3.3"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 0650dd277a78301ee58f48bc834bca5aa186db5d..6747ab8677c65cdef776d1948bdfad04644d451f 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.3rc2"
+__version__ = "3.3.3"
 #--end constants--
index c1e6476111b0cd945f332ff1cc6ae38bfa732b20..60f1d329aae706f0f234042acab092d6b662dd17 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.3rc2"
+IDLE_VERSION = "3.3.3"
index 21783ffe817ad1677a54d14acc671a0a4d3ec955..140b4878537a64c0a38f8b69c31735933eda0a0e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,14 @@
 Python News
 +++++++++++
 
+What's New in Python 3.3.3?
+===========================
+
+*Release date: 17-Nov-2013*
+
+No changes from release candidate 2.
+
+
 What's New in Python 3.3.3 release candidate 2?
 ===============================================
 
index 8e2a012db002bd71824cf10bf1a3743a7ed81d4d..b8b57e2b9a62fb1160da4dc842b9b87d638f6e03 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.3rc2
+%define version 3.3.3
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index c9be112394eef2b976fab8f48b1e9825a6e2be0e..f6f8ea01249884101ee9f95a093df120b6afc130 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.3 release candidate 2
-================================================
+This is Python version 3.3.3
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013 Python Software Foundation.  All rights reserved.