Remove deprecated SmartCookie and SerialCookie classes.

This commit is contained in:
Georg Brandl 2008-05-28 15:56:30 +00:00
parent b17acad68e
commit 6101395e74
4 changed files with 16 additions and 212 deletions

View file

@ -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',