Skip to content

Commit 455d592

Browse files
authored
Update Lib/http/cookies.py
1 parent 1dcce83 commit 455d592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/http/cookies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,8 @@ def __repr__(self):
543543
def js_output(self, attrs=None):
544544
warnings._deprecated(
545545
"http.cookies.BaseCookie.js_output",
546+
message=warnings._DEPRECATED_MSG + "; use output() instead",
546547
remove=(3, 19),
547-
message="http.cookies.BaseCookie.js_output() is deprecated, use output() instead",
548548
)
549549
"""Return a string suitable for JavaScript."""
550550
result = []

0 commit comments

Comments
 (0)