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 /Lib/test/test_http_cookies.py | |
parent | b17acad68ea21c60dbc2088644f2934032304628 (diff) | |
download | cpython-6101395e74b1fd6118108e17c6c48512476773a2.zip cpython-6101395e74b1fd6118108e17c6c48512476773a2.tar.gz cpython-6101395e74b1fd6118108e17c6c48512476773a2.tar.bz2 |
Remove deprecated SmartCookie and SerialCookie classes.
Diffstat (limited to 'Lib/test/test_http_cookies.py')
-rw-r--r-- | Lib/test/test_http_cookies.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_http_cookies.py b/Lib/test/test_http_cookies.py index a336c82..01017e1 100644 --- a/Lib/test/test_http_cookies.py +++ b/Lib/test/test_http_cookies.py @@ -10,7 +10,6 @@ warnings.filterwarnings("ignore", DeprecationWarning) class CookieTests(unittest.TestCase): - # Currently this only tests SimpleCookie def test_basic(self): cases = [ { 'data': 'chips=ahoy; vienna=finger', |