diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:13:40 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:13:40 (GMT) |
commit | 0d71ee756d205c84d02e212cd0b6eab1eda1c519 (patch) | |
tree | 3126430faaafbcca0c3ccf34b83eed3ca656c393 /Misc | |
parent | 0ec585575d9f27336b17edad5bd70d54a2ee6d03 (diff) | |
download | cpython-0d71ee756d205c84d02e212cd0b6eab1eda1c519.zip cpython-0d71ee756d205c84d02e212cd0b6eab1eda1c519.tar.gz cpython-0d71ee756d205c84d02e212cd0b6eab1eda1c519.tar.bz2 |
Add entry for removal of imputil. Also start the 3.0b1 section.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -4,6 +4,26 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's new in Python 3.0b1? +=========================== + +*Release date: XX-June-2008* + +Core and Builtins +----------------- + +Extension Modules +----------------- + +Library +------- + +- The imputil module has been removed. + +Build +----- + + What's New in Python 3.0a5? =========================== |