diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-12-05 18:40:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-12-05 18:40:02 (GMT) |
commit | 4f51baf466ab533f9747e418d6c13d9a11edffc8 (patch) | |
tree | 3f1a2a9db1b5dcb605567b0576b683a270b4faf5 /Misc | |
parent | d2bdd503dfa217da97c7bef6061df4b809cb9b17 (diff) | |
download | cpython-4f51baf466ab533f9747e418d6c13d9a11edffc8.zip cpython-4f51baf466ab533f9747e418d6c13d9a11edffc8.tar.gz cpython-4f51baf466ab533f9747e418d6c13d9a11edffc8.tar.bz2 |
post release version bump
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 alpha 2? +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 2.7 alpha 1 ================================ |