]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-123401: Fix http.cookies module to support obsolete RFC 850 date format...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Dec 2024 15:34:22 +0000 (16:34 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 15:34:22 +0000 (15:34 +0000)
commitb0615a8a9aa26480025a1e82a9693097a8520e46
tree8772e58dae8db55c3efd6995a138889ac1e3fb31
parent65bca19db54eb7650b1c2a313ad4546fe6ebd105
[3.12] gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405) (#127829)

gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405)
(cherry picked from commit 359389ed51aecc107681e600b71852c0a97304e1)

Co-authored-by: Nano <nanoapezlk@gmail.com>
Co-authored-by: Wulian <1055917385@qq.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/http/cookies.py
Lib/test/test_http_cookies.py
Misc/NEWS.d/next/Library/2024-08-27-18-58-01.gh-issue-123401.t4-FpI.rst [new file with mode: 0644]