mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merge heads.
This commit is contained in:
commit
ce5a56e985
1 changed files with 4 additions and 3 deletions
|
@ -90,6 +90,7 @@ class CookieTests(unittest.TestCase):
|
|||
|
||||
def test_main():
|
||||
run_unittest(CookieTests)
|
||||
if Cookie.__doc__ is not None:
|
||||
with check_warnings(('.+Cookie class is insecure; do not use it',
|
||||
DeprecationWarning)):
|
||||
run_doctest(Cookie)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue