diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-26 00:27:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-26 00:27:24 (GMT) |
commit | af358ef3998dab057829a83a00f0cd92fc7a9978 (patch) | |
tree | f523d209a2d5068c886d7ec4a15312298f2a3a53 /Misc | |
parent | d58cec2a8799a483bd4b7b9298491514895e9fdf (diff) | |
download | cpython-2.7.9rc1.zip cpython-2.7.9rc1.tar.gz cpython-2.7.9rc1.tar.bz2 |
2.7.9rc1v2.7.9rc1
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 | ||||
-rw-r--r-- | Misc/RPM/python-2.7.spec | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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 ----------------- diff --git a/Misc/RPM/python-2.7.spec b/Misc/RPM/python-2.7.spec index 988c3cc..ca2546b 100644 --- a/Misc/RPM/python-2.7.spec +++ b/Misc/RPM/python-2.7.spec @@ -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 |