diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-21 17:28:30 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-21 17:28:30 (GMT) |
commit | 4f6125996d1d8b164f9b59f90b5215462ca5a0e9 (patch) | |
tree | ddb7b7fd8c09dd2ce5d99db4f76bb1e538332fb3 /Misc | |
parent | 39df2044061095e1c8d3e9185c2238091732b463 (diff) | |
download | cpython-4f6125996d1d8b164f9b59f90b5215462ca5a0e9.zip cpython-4f6125996d1d8b164f9b59f90b5215462ca5a0e9.tar.gz cpython-4f6125996d1d8b164f9b59f90b5215462ca5a0e9.tar.bz2 |
towards final release
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,6 +4,18 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.7? +========================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7 release candidate 2? ============================================= |