diff options
author | Georg Brandl <georg@python.org> | 2008-05-28 15:56:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-28 15:56:30 (GMT) |
commit | 6101395e74b1fd6118108e17c6c48512476773a2 (patch) | |
tree | da29621fbdcbe91593102140d00f751c4b066db3 /Misc/NEWS | |
parent | b17acad68ea21c60dbc2088644f2934032304628 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |