]> granicus.if.org Git - python/commitdiff
2.7.9rc1 v2.7.9rc1
authorBenjamin Peterson <benjamin@python.org>
Wed, 26 Nov 2014 00:27:24 +0000 (18:27 -0600)
committerBenjamin Peterson <benjamin@python.org>
Wed, 26 Nov 2014 00:27:24 +0000 (18:27 -0600)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.7.spec
README

index bd6bd84d9832f270d88d14efbfcfce4c5e5f9b63..e2915f1a19855f6463405e7d52432ec70481a45a 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       8
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       9
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.8+"
+#define PY_VERSION             "2.7.9rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 7b8b924f59f539eaa9b0350628dd18d96b44abc5..532f5ea20d4f4a21648863cdb257f8e76cae8033 100644 (file)
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "2.7.8"
+__version__ = "2.7.9rc1"
 #--end constants--
index c826882ee09225c1ef89292e4f8c48175b4b9b36..492a30b7ec40a760242defb83eddb7f44288f0a6 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "2.7.8"
+IDLE_VERSION = "2.7.9rc1"
index 923bfb786137fdbd978319d83fd30f61b4d6b719..ed81c3b65ec6c13fc96f3e0f3c6f97dea30182e8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,10 @@
 Python News
 +++++++++++
 
-What's New in Python 2.7.9?
-==========================
+What's New in Python 2.7.9 release candidate 1?
+===============================================
 
-*Release date: XXXX-XX-XX*
+*Release date: 2014-11-25*
 
 Core and Builtins
 -----------------
index 988c3cc7b03c7fd60fd9f9c07fd418a1c5e4833b..ca2546b450b85fd8d58aa1a9d1c088d4c55f696b 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 2.7.8
+%define version 2.7.9rc1
 %define libvers 2.7
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index d11ff3ad3b088bee80ccd904c9c76c63537ce51c..1d5b650a19ff48cbf6831b6a9e268262ebe2fe12 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.8
+This is Python version 2.7.9
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,