From 45577c93de18be55365cd8db4aac6742491754f5 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:15:36 +0200 Subject: [PATCH] [3.14] gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071) (#140102) gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071) (cherry picked from commit f70082b4777804b69e98192121a61c2048669a16) Co-authored-by: Rafael Fontenelle --- .../next/Library/2025-10-02-17-40-10.gh-issue-70765.zVlLZn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2025-10-02-17-40-10.gh-issue-70765.zVlLZn.rst b/Misc/NEWS.d/next/Library/2025-10-02-17-40-10.gh-issue-70765.zVlLZn.rst index e1a9bbe9afe4..d20f881eb09d 100644 --- a/Misc/NEWS.d/next/Library/2025-10-02-17-40-10.gh-issue-70765.zVlLZn.rst +++ b/Misc/NEWS.d/next/Library/2025-10-02-17-40-10.gh-issue-70765.zVlLZn.rst @@ -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. -- 2.47.3