summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-03 13:56:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-03 13:56:13 (GMT)
commitc60082d283933b0fe19b22d4caca67e3b686ac0b (patch)
treea3806c04ddd8c3e054e992a9a5d4770e5dc1f0ae /Lib
parent6728d14b28b4caf3db25109ebf5b35d998c25783 (diff)
downloadcpython-c60082d283933b0fe19b22d4caca67e3b686ac0b.zip
cpython-c60082d283933b0fe19b22d4caca67e3b686ac0b.tar.gz
cpython-c60082d283933b0fe19b22d4caca67e3b686ac0b.tar.bz2
update to 2.7 final
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 bdbf2b2..665fd76 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.7rc2"
+__version__ = "2.7"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index e2ada8c..c66621f 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "2.7rc2"
+IDLE_VERSION = "2.7"