summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-08 18:15:14 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-08 18:15:14 (GMT)
commit80bb9d92e3fdf671cb4f8ffeaadcaa1dedbe7876 (patch)
treefb283f3e2052729f7e1380f2b9c49b122d3fec05 /Misc
parentf8105ceec7c9e97dc46bde392f5e1e46ccc02d1a (diff)
downloadcpython-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/NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a19394..7d634b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================