summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-11-17 08:17:18 (GMT)
committerGeorg Brandl <georg@python.org>2013-11-17 08:17:18 (GMT)
commit497b3943a30a66028bb3ca5b455c00bc3952e2aa (patch)
treedfd5724db88aa545a92ef67304381d4472a56fef /Lib
parent2bbdfe7eda67e9bc53fb0b5a5eb65426e6b9400a (diff)
parent7a5cf6ce041fefd63ba8b088464901e6052bd9e7 (diff)
downloadcpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.zip
cpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.tar.gz
cpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.tar.bz2
merge with 3.3.3 release clone
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..6747ab8 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.3"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 640e008..60f1d32 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.3rc1"
+IDLE_VERSION = "3.3.3"