diff options
author | Georg Brandl <georg@python.org> | 2010-11-16 15:15:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-16 15:15:56 (GMT) |
commit | 9b0034d04069801d5d8685852754c5c8edc88db7 (patch) | |
tree | 214be1592979e6673cc498f1cd2953e83ac32477 /Misc | |
parent | 97b20da02f0dbb8c91c8727a49378d45b9c3de43 (diff) | |
download | cpython-9b0034d04069801d5d8685852754c5c8edc88db7.zip cpython-9b0034d04069801d5d8685852754c5c8edc88db7.tar.gz cpython-9b0034d04069801d5d8685852754c5c8edc88db7.tar.bz2 |
Post-release bumps.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.2 Beta 1? +================================ + +*Release date: XX-Dec-2010* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.2 Alpha 4? ================================= |