File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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+
258267math
259268----
260269
@@ -515,6 +524,13 @@ Porting to Python 3.15
515524This section lists previously described changes and other bugfixes
516525that 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
519535Build changes
520536=============
You can’t perform that action at this time.
0 commit comments