]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149144: Use decodeURIComponent() for UTF-8 support in js_output() (GH-149157)
authorSeth Larson <seth@python.org>
Thu, 14 May 2026 21:10:39 +0000 (16:10 -0500)
committerGitHub <noreply@github.com>
Thu, 14 May 2026 21:10:39 +0000 (23:10 +0200)
commit461b1d96313de02992d284c1782be9aff24586c9
tree2c5cb4bc34607581a3e41a41c785d62dfed507e4
parentc62c3710dc795a60c3c3dc8e2aeeeb16c06da197
gh-149144: Use decodeURIComponent() for UTF-8 support in js_output() (GH-149157)
Lib/http/cookies.py
Lib/test/test_http_cookies.py