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
Add NEWS entry for http.cookies RFC 850 date format support
  • Loading branch information
Konano committed Aug 27, 2024
commit 57904eb2910b4d63299ee573bab0c3ab801c6264
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The `http.cookies` module now supports parsing obsolete RFC 850 date
formats, in accordance with RFC 9110 requirements.
Loading
0