commit | 6101395e74b1fd6118108e17c6c48512476773a2 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed May 28 15:56:30 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Wed May 28 15:56:30 2008 +0000 |
tree | da29621fbdcbe91593102140d00f751c4b066db3 | |
parent | b17acad68ea21c60dbc2088644f2934032304628 [diff] [blame] |
Remove deprecated SmartCookie and SerialCookie classes.
diff --git a/Misc/NEWS b/Misc/NEWS index b4f7fdd..0c38389 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,9 @@ 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.