[Python-checkins] cpython (2.7): python 2.7.10 final

benjamin.peterson python-checkins at python.org
Sat May 23 18:04:06 CEST 2015


https://hg.python.org/cpython/rev/15c95b7d81dc
changeset:   96239:15c95b7d81dc
branch:      2.7
tag:         v2.7.10
parent:      96234:2a7b0e145945
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat May 23 11:02:14 2015 -0500
summary:
  python 2.7.10 final

files:
  Include/patchlevel.h      |  6 +++---
  Lib/distutils/__init__.py |  2 +-
  2 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,11 +23,11 @@
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	7
 #define PY_MICRO_VERSION	10
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL	1
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION      	"2.7.10rc1"
+#define PY_VERSION      	"2.7.10"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -15,5 +15,5 @@
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.10rc1"
+__version__ = "2.7.10"
 #--end constants--

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list