summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-28 15:56:30 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-28 15:56:30 (GMT)
commit6101395e74b1fd6118108e17c6c48512476773a2 (patch)
treeda29621fbdcbe91593102140d00f751c4b066db3 /Misc/NEWS
parentb17acad68ea21c60dbc2088644f2934032304628 (diff)
downloadcpython-6101395e74b1fd6118108e17c6c48512476773a2.zip
cpython-6101395e74b1fd6118108e17c6c48512476773a2.tar.gz
cpython-6101395e74b1fd6118108e17c6c48512476773a2.tar.bz2
Remove deprecated SmartCookie and SerialCookie classes.
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 b4f7fdd..0c38389 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Extension Modules
Library
-------
+- The deprecated ``SmartCookie`` and ``SimpleCookie`` classes have
+ been removed from ``http.cookies``.
+
- The ``commands`` module has been removed. Its getoutput() and
getstatusoutput() functions have been moved to the ``subprocess`` module.