summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-02-23 15:52:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-02-23 15:52:17 (GMT)
commita2aa2ef3136e4190d533447e13a79b49522eb0ce (patch)
treec6434ca64a4dea00b53bf00baeb3cc62a33adba3 /Lib
parenta13294e209bbe9c689868db0100ebfc1bcc55364 (diff)
downloadcpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.zip
cpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.tar.gz
cpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.tar.bz2
bump to 2.7.3rc1v2.7.3rc1
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 a849f1a..83126f6 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "2.7.2"
+__version__ = "2.7.3rc1"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 3f8bcff..ea2844d 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "2.7.2"
+IDLE_VERSION = "2.7.3rc1"