summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-11-11 05:13:54 (GMT)
committerGeorg Brandl <georg@python.org>2013-11-11 05:13:54 (GMT)
commit4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1 (patch)
tree3aa45483fa44f16d0d64413ee5789c371d4c8a33 /Lib
parent7e246179047d33bd467bcab673b3ecc1944f91a4 (diff)
downloadcpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.zip
cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.tar.gz
cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.tar.bz2
Bump to 3.3.3rc2.v3.3.3rc2
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/__init__.py2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 812d8f3..0650dd2 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.3.3rc1"
+__version__ = "3.3.3rc2"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 640e008..c1e6476 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.3rc1"
+IDLE_VERSION = "3.3.3rc2"