From: Sergey Fedoseev Date: Mon, 5 Jul 2021 14:44:06 +0000 (+0500) Subject: bpo-44022: Fix Sphinx role in NEWS entry (GH-27033) X-Git-Tag: v3.11.0a1~728 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ac7a0c0f03c60934bc924ee144db170a0e0161f;p=thirdparty%2FPython%2Fcpython.git bpo-44022: Fix Sphinx role in NEWS entry (GH-27033) --- diff --git a/Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst b/Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst index cf6b63e39615..9669fc5ef37d 100644 --- a/Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst +++ b/Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst @@ -1,2 +1,2 @@ -mod:`http.client` now avoids infinitely reading potential HTTP headers after a +:mod:`http.client` now avoids infinitely reading potential HTTP headers after a ``100 Continue`` status response from the server.