Skip to content

Commit 115606f

Browse files
committed
migrate docs to 3.15
1 parent e4b213c commit 115606f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,15 @@ http.client
255255
(Contributed by Alexander Enrique Urieles Nieto in :gh:`131724`.)
256256

257257

258+
http.server
259+
-----------
260+
261+
* Added support for HTTP single-part range requests on files to
262+
:class:`~http.server.SimpleHTTPRequestHandler`, as specified in
263+
:rfc:`9110#section-14`.
264+
(Contributed by Andy Ling in :gh:`86809`.)
265+
266+
258267
math
259268
----
260269

@@ -515,6 +524,13 @@ Porting to Python 3.15
515524
This section lists previously described changes and other bugfixes
516525
that may require changes to your code.
517526

527+
Changes in the Python API
528+
-------------------------
529+
530+
* The :meth:`BaseHTTPRequestHandler.send_error <http.server.BaseHTTPRequestHandler.send_error>`
531+
method now has a new optional parameter *extra_headers*.
532+
Subclasses should update their implementations to accept this new parameter.
533+
(Contributed by Andy Ling in :gh:`86809`.)
518534

519535
Build changes
520536
=============

0 commit comments

Comments
 (0)