We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b8c80 commit 3033c27Copy full SHA for 3033c27
Doc/whatsnew/3.14.rst
@@ -1070,8 +1070,8 @@ Changes in the Python API
1070
This temporary change affects other threads.
1071
(Contributed by Serhiy Storchaka in :gh:`69998`.)
1072
1073
-* The :meth:`~http.server.BaseHTTPRequestHandler.send_error` now has a new
1074
- optional parameter *extra_headers*.
+* The :meth:`BaseHTTPRequestHandler.send_error <http.server.BaseHTTPRequestHandler.send_error>`
+ method has a new optional parameter *extra_headers*.
1075
Subclasses should update their implementations to accept this new parameter.
1076
(Contributed by Andy Ling in :gh:`86809`.)
1077
0 commit comments