gh-70765: Remove unnecessary extra backtick from Changelog entry (#140071)

This commit is contained in:
Rafael Fontenelle 2025-10-14 05:05:59 -03:00 committed by GitHub
parent 8e0bf4fe5d
commit f70082b477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
:mod:`http.server`: fix default handling of HTTP/0.9 requests in :mod:`http.server`: fix default handling of HTTP/0.9 requests in
:class:`~http.server.BaseHTTPRequestHandler`. Previously, :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 waited for headers in the request although those are not
supported in HTTP/0.9. Patch by Bénédikt Tran. supported in HTTP/0.9. Patch by Bénédikt Tran.