summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_http_cookies.py
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 /Lib/test/test_http_cookies.py
parentb17acad68ea21c60dbc2088644f2934032304628 (diff)
downloadcpython-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.py1
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',