]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (#123405)
authorNano <nanoapezlk@gmail.com>
Wed, 11 Dec 2024 13:28:19 +0000 (21:28 +0800)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 13:28:19 +0000 (13:28 +0000)
commit359389ed51aecc107681e600b71852c0a97304e1
tree69602af88713c6ff71dd0d388cf727a58d9e839f
parentb2ad7e0a2c1518539d9b0ef83c9f7a09d10fd303
gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (#123405)

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]