8000 gh-123401: Fix http.cookies module to support obsolete RFC 850 date format by Konano · Pull Request #123405 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-123401: Fix http.cookies module to support obsolete RFC 850 date format #123405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 11, 2024
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2024-08-27-18-58-01.gh-issue-123401.t…
…4-FpI.rst

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
  • Loading branch information
Konano and picnixz authored Sep 5, 2024
commit 5cf347dbaebf7bcdde3474225f93ca1b6ad08f8c
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The ``http.cookies`` module now supports parsing obsolete RFC 850 date
formats, in accordance with RFC 9110 requirements.
The :mod:`http.cookies` module now supports parsing obsolete :rfc:`850`
date formats, in accordance with :rfc:`9110` requirements.
Loading
0