summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-09 10:17:23 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-09 10:17:23 (GMT)
commit5e572fd490c625193e043ee6e8a9e54900e008b1 (patch)
treef428a2f254cfabed4d23703737c1bb1ed1cb9501 /Lib
parente46abb42deeffd535e926337a1507f604252a816 (diff)
parent92d2d346ef705c3b9e15a028b1c74c3b840e93fb (diff)
downloadcpython-5e572fd490c625193e043ee6e8a9e54900e008b1.zip
cpython-5e572fd490c625193e043ee6e8a9e54900e008b1.tar.gz
cpython-5e572fd490c625193e043ee6e8a9e54900e008b1.tar.bz2
merge with 3.3.5 release repo
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 7d40ab4..2e8719f 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.5rc2"
+__version__ = "3.3.5"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index a984854..044bef9 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.5rc2"
+IDLE_VERSION = "3.3.5"