summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-30 15:30:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-30 15:30:16 (GMT)
commite6ad3879fe8333e6de6d85a2323c598314e40668 (patch)
tree49fe14e0495e90f3f71c564e1226c03bd08d3a56 /Lib
parenta6a9c4d2ac2ceb4535fb3ff8afb54b52328c9c0f (diff)
downloadcpython-e6ad3879fe8333e6de6d85a2323c598314e40668.zip
cpython-e6ad3879fe8333e6de6d85a2323c598314e40668.tar.gz
cpython-e6ad3879fe8333e6de6d85a2323c598314e40668.tar.bz2
bump to 3.1rc1
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 80ccf61..5a5db53 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__ = "3.1b1"
+__version__ = "3.1rc1"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 7ed0628..dd3726c 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.1b1"
+IDLE_VERSION = "3.1rc1"