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 1dcce83 commit 455d592Copy full SHA for 455d592
1 file changed
Lib/http/cookies.py
@@ -543,8 +543,8 @@ def __repr__(self):
543
def js_output(self, attrs=None):
544
warnings._deprecated(
545
"http.cookies.BaseCookie.js_output",
546
+ message=warnings._DEPRECATED_MSG + "; use output() instead",
547
remove=(3, 19),
- message="http.cookies.BaseCookie.js_output() is deprecated, use output() instead",
548
)
549
"""Return a string suitable for JavaScript."""
550
result = []
0 commit comments