mirror of
https://github.com/python/cpython.git
synced 2026-02-14 03:10:44 +00:00
[3.13] gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071) (#140101)
gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071)
(cherry picked from commit f70082b477)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
215068442c
commit
7e40d94725
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
:mod:`http.server`: fix default handling of HTTP/0.9 requests in
|
||||
:class:`~http.server.BaseHTTPRequestHandler`. Previously,
|
||||
:meth:`!BaseHTTPRequestHandler.parse_request`` incorrectly
|
||||
:meth:`!BaseHTTPRequestHandler.parse_request` incorrectly
|
||||
waited for headers in the request although those are not
|
||||
supported in HTTP/0.9. Patch by Bénédikt Tran.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue