]> granicus.if.org Git - python/commitdiff
update to 2.7 final
authorBenjamin Peterson <benjamin@python.org>
Sat, 3 Jul 2010 13:56:13 +0000 (13:56 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 3 Jul 2010 13:56:13 +0000 (13:56 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index 8e2f31d7e4065f29868c5221e46fc42f0bc4907b..84e2f279dcdeab770347058de678b86e546eab2a 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7rc2+"
+#define PY_VERSION             "2.7"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index bdbf2b2d651ac9e8566226a8bae7fc8ebedf33b7..665fd768d250d233ff371b93ea1b5796b8a1db31 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7rc2"
+__version__ = "2.7"
 #--end constants--
index e2ada8c77b0bd609f6e2f48659d11e65e1130559..c66621fa22dbc38e5cb547d0d6300c88084091a9 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7rc2"
+IDLE_VERSION = "2.7"
index c823640767e8dcbfbc413891384c62f896f5b0b2..e797ef7111e50d85e1b50faa0fe9bf7b94b61bea 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.7?
 =========================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2010-07-03*
 
 Core and Builtins
 -----------------
index 5df97b04318efe03d6fd23c575663a22cdd2dac0..eee6d731587278cc85440a36c0fd41ccfa6ab537 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7rc2
+%define version 2.7
 %define libver 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 34a6726d88c0258db2e00f465bc4ab5445a18600..41e5ceefd10579bd3a1316287346cfbf841dab0c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.7 release candidate 2
-==============================================
+This is Python version 2.7
+===========================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 Python Software Foundation.