Skip to content

Commit 3033c27

Browse files
lyc8503picnixz
andauthored
Update Doc/whatsnew/3.14.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 06b8c80 commit 3033c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,8 +1070,8 @@ Changes in the Python API
10701070
This temporary change affects other threads.
10711071
(Contributed by Serhiy Storchaka in :gh:`69998`.)
10721072

1073-
* The :meth:`~http.server.BaseHTTPRequestHandler.send_error` now has a new
1074-
optional parameter *extra_headers*.
1073+
* The :meth:`BaseHTTPRequestHandler.send_error <http.server.BaseHTTPRequestHandler.send_error>`
1074+
method has a new optional parameter *extra_headers*.
10751075
Subclasses should update their implementations to accept this new parameter.
10761076
(Contributed by Andy Ling in :gh:`86809`.)
10771077

0 commit comments

Comments
 (0)