summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-17 12:30:29 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-17 12:30:29 +0200
commit3afec4e0b9dc4094010320564cc9504552f9494b (patch)
tree96ae56f3b81d6f4ff6c386ba6f07b9e4c3d1adee /Lib
parent91b3e77a6a1c3ca3841463dff099275c6497f8d4 (diff)
parent1d2436a5814fdbfe5a032934fe09489a33f0fb0a (diff)
downloadcpython-git-3afec4e0b9dc4094010320564cc9504552f9494b.tar.gz
Merge heads
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 812d8f35dc..6747ab8677 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 640e008015..60f1d329aa 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.3rc1"
+IDLE_VERSION = "3.3.3"