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/NEWS | |
parent | 1293c3f1f2d391179d03ef4f9861de4941f2d7f4 (diff) | |
download | cpython-e3c104554b696000c627ab0e8e182d64a74e601b.zip cpython-e3c104554b696000c627ab0e8e182d64a74e601b.tar.gz cpython-e3c104554b696000c627ab0e8e182d64a74e601b.tar.bz2 |
prepare for 2.7.1
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 17 |
1 files changed, 17 insertions, 0 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? ========================= |