mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove deprecated SmartCookie and SerialCookie classes.
This commit is contained in:
parent
b17acad68e
commit
6101395e74
4 changed files with 16 additions and 212 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue