summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-24 05:46:35 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-24 05:46:35 (GMT)
commitb5f91d7eb79a9d29f88a5fabf7e9a70b41820107 (patch)
treeb4edccb952e55877fff4ebad74e6fa140345f7b7 /Lib
parenta1f7655fa7e09ec33a240e4e2f589bca2eac76e0 (diff)
parentf2487177eba8c8e88ab3c11344720f4df6000d72 (diff)
downloadcpython-b5f91d7eb79a9d29f88a5fabf7e9a70b41820107.zip
cpython-b5f91d7eb79a9d29f88a5fabf7e9a70b41820107.tar.gz
cpython-b5f91d7eb79a9d29f88a5fabf7e9a70b41820107.tar.bz2
Merge with 3.3.0 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 f23d886..b755eaa 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.0rc2"
+__version__ = "3.3.0rc3"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index b73ce75..ff6cb72 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.0rc2"
+IDLE_VERSION = "3.3.0rc3"