]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128982: Substitute regular expression in `http.cookiejar.join_header_words` for...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 26 Feb 2025 12:01:32 +0000 (13:01 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 12:01:32 +0000 (13:01 +0100)
commit56e190068177855266f32a7efa329d145b279f94
tree1b075362c1e3cbd3e4c0a71646072af4d1a845ad
parent64ccbbbf367c7510090a6f5faf826a21102a8bc6
gh-128982: Substitute regular expression in `http.cookiejar.join_header_words` for an efficient alternative (GH-128983)

The function does not anymore rely on a regular expression
to find alphanumeric characters and underscores.
Lib/http/cookiejar.py
Misc/NEWS.d/next/Library/2025-01-18-11-40-11.gh-issue-128982.557lS5.rst [new file with mode: 0644]