]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-149144: Use `decodeURIComponent()` for UTF-8 support in `js_output()` ...
authorStan Ulbrych <stan@python.org>
Mon, 8 Jun 2026 19:15:21 +0000 (20:15 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2026 19:15:21 +0000 (20:15 +0100)
commite7d4c3ff421916986223690a8425d2383f6f3802
treec9de7f1c12f027756ce51557f8f31834bb959bcb
parent8e73feee5cba3bcf6c2dcedda0d065c23f8abc31
[3.13] gh-149144: Use `decodeURIComponent()` for UTF-8 support in `js_output()` (GH-149157) (#150949)

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