]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:38:09 +0000 (16:38 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 15:38:09 +0000 (15:38 +0000)
commita94e20e4f1695a62026c14904e042e4e2d94b07f
tree47be1ef0b01f61c02adbbaaf071048d5770957af
parentbcdd10d0c89cf4534d33c0a3e192dcda8a6d8211
[3.13] gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405) (#127828)

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]