summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6e92df2..343bc01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Extension Modules
Library
-------
+- The ``commands`` module has been removed. Its getoutput() and
+ getstatusoutput() functions have been moved to the ``subprocess`` module.
+
- The ``http`` package was created; it contains the old ``httplib``
as ``http.client``, ``Cookie`` as ``http.cookies``, ``cookielib``
as ``http.cookiejar``, and the content of the three ``HTTPServer``