mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
gh-70765: Remove unnecessary extra backtick from Changelog entry (#140071)
This commit is contained in:
parent
8e0bf4fe5d
commit
f70082b477
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