summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-12-03 16:46:14 (GMT)
committerBarry Warsaw <barry@python.org>2008-12-03 16:46:14 (GMT)
commit97f005d137b59887e64fed801197aae1b3597083 (patch)
tree4859c2940d554db1c2085b996ba6ba0260dca79a /Lib
parent815427c481fbef0f9110f4e3d3e4c2d9eebd64cd (diff)
downloadcpython-97f005d137b59887e64fed801197aae1b3597083.zip
cpython-97f005d137b59887e64fed801197aae1b3597083.tar.gz
cpython-97f005d137b59887e64fed801197aae1b3597083.tar.bz2
Prep for Python 3.1!
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 2cf9d4d..34fc008 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
#
#--start constants--
-__version__ = "3.0rc3"
+__version__ = "3.1a0"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index a18c676..42720f9 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.0rc3"
+IDLE_VERSION = "3.1a0"