Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877a76 commit 4464432Copy full SHA for 4464432
1 file changed
Lib/test/test_cookie.py
@@ -3,6 +3,11 @@
3
from test.test_support import verify, verbose, run_doctest
4
import Cookie
5
6
+import warnings
7
+warnings.filterwarnings("ignore",
8
+ ".* class is insecure.*",
9
+ DeprecationWarning)
10
+
11
# Currently this only tests SimpleCookie
12
13
cases = [
0 commit comments