diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:15:14 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:15:14 (GMT) |
commit | 80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876 (patch) | |
tree | fb283f3e2052729f7e1380f2b9c49b122d3fec05 /Misc | |
parent | f8105ceec7c9e97dc46bde392f5e1e46ccc02d1a (diff) | |
download | cpython-80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876.zip cpython-80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876.tar.gz cpython-80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876.tar.bz2 |
Deprecate the imputil module for removal in 3.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -4,6 +4,25 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.6 beta 1? +================================ + +*Release date: XX-June-2008* + +Core and Builtins +----------------- + +Extension Modules +----------------- + +Library +------- + +- The imputil module has been deprecated for removal in Python 3.0. + +Build +----- + What's New in Python 2.6 alpha 3? ================================= |