]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149144: Use decodeURIComponent() for UTF-8 support in js_output() (GH-14915...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 May 2026 22:38:11 +0000 (00:38 +0200)
committerGitHub <noreply@github.com>
Thu, 14 May 2026 22:38:11 +0000 (00:38 +0200)
commited27363ddf340577afd5b7b67e604489f5ee7aa3
tree9c88820165ffdad73aa1c96a44644f69c4190082
parent21909e898e6cc444c2c860edf6bc6b9c3a86abb2
[3.15] gh-149144: Use decodeURIComponent() for UTF-8 support in js_output() (GH-149157) (GH-149846)

gh-149144: Use decodeURIComponent() for UTF-8 support in js_output() (GH-149157)
(cherry picked from commit 461b1d96313de02992d284c1782be9aff24586c9)

Co-authored-by: Seth Larson <seth@python.org>
Lib/http/cookies.py
Lib/test/test_http_cookies.py