Skip to content

Commit 1838da7

Browse files
committed
gh-issue-135056: Fix doc versionchanged and NEWS entries.
1 parent 0d02fbe commit 1838da7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Doc/library/http.server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ instantiation, of which this module provides three different variants:
374374
.. versionchanged:: 3.9
375375
The *directory* parameter accepts a :term:`path-like object`.
376376

377-
.. versionchanged:: 3.15
377+
.. versionchanged:: next
378378
The *response_headers* parameter accepts an optional dictionary of
379379
additional HTTP headers to add to each response.
380380

@@ -444,7 +444,7 @@ instantiation, of which this module provides three different variants:
444444
.. versionchanged:: 3.7
445445
Support of the ``'If-Modified-Since'`` header.
446446

447-
.. versionchanged:: 3.15
447+
.. versionchanged:: next
448448
Support ``response_headers`` as an instance argument.
449449

450450
The :class:`SimpleHTTPRequestHandler` class can be used in the following
@@ -559,7 +559,7 @@ The following options are accepted:
559559

560560
Access-Control-Allow-Origin: *
561561

562-
.. versionadded:: 3.15
562+
.. versionadded:: next
563563

564564

565565
.. _http.server-security:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Add a ``--cors`` cli option to ``python -m http.server``. Contributed by
2-
Anton I. Sipos
1+
Add a ``--cors`` cli option to :program:`python -m http.server`. Contributed by
2+
Anton I. Sipos.

0 commit comments

Comments
 (0)