diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-03 14:51:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-03 14:51:25 (GMT) |
commit | e3c104554b696000c627ab0e8e182d64a74e601b (patch) | |
tree | c82621a9888ca25fc2c1784760a335600ec6b4f2 /Misc | |
parent | 1293c3f1f2d391179d03ef4f9861de4941f2d7f4 (diff) | |
download | cpython-e3c104554b696000c627ab0e8e182d64a74e601b.zip cpython-e3c104554b696000c627ab0e8e182d64a74e601b.tar.gz cpython-e3c104554b696000c627ab0e8e182d64a74e601b.tar.bz2 |
prepare for 2.7.1
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 17 | ||||
-rw-r--r-- | Misc/RPM/python-2.7.spec | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -4,6 +4,23 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.7.1? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + + +Library +------- + + +Extension Modules +----------------- + + What's New in Python 2.7? ========================= diff --git a/Misc/RPM/python-2.7.spec b/Misc/RPM/python-2.7.spec index eee6d73..066cadb 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 +%define version 2.7.1a0 %define libver 2.7 #--end constants-- %define release 1pydotorg |