diff options
author | Barry Warsaw <barry@python.org> | 2008-10-02 03:33:51 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-10-02 03:33:51 (GMT) |
commit | 12582c9225cb2f134a37d93247f359f642e2323f (patch) | |
tree | a0e6c7d0a831d8da051c9ed9b219f49d137cdb37 /Misc/NEWS | |
parent | 9d69ccd38408eefb47e8407c1e6684adb9f4199c (diff) | |
download | cpython-12582c9225cb2f134a37d93247f359f642e2323f.zip cpython-12582c9225cb2f134a37d93247f359f642e2323f.tar.gz cpython-12582c9225cb2f134a37d93247f359f642e2323f.tar.bz2 |
Bump to 2.7a0
Diffstat (limited to 'Misc/NEWS')
-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 alpha 1 +================================ + +*Release date: XX-XXX-20XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.6 final ============================== |