Skip to content

Commit 4b33ecc

Browse files
donBarbospicnixz
andauthored
Update Doc/whatsnew/3.14.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent efd44a4 commit 4b33ecc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,8 @@ http
441441
(Contributed by Yorik Hansen in :gh:`123430`.)
442442

443443
* The :mod:`http.server` module now supports serving over HTTPS using the
444-
new :class:`http.server.HTTPSServer`. This class is a subclass of
445-
:class:`http.server.HTTPServer` that enables TLS encryption with the
446-
:mod:`ssl` module. To use HTTPS from the command line, new options have been
447-
added to ``python -m http.server``:
444+
new :class:`http.server.HTTPSServer`. Furthermore, the following command-line
445+
options have been added to ``python -m http.server``:
448446

449447
* ``--tls-cert <path>``: Path to the TLS certificate file.
450448
* ``--tls-key <path>``: Optional path to the private key file.

0 commit comments

Comments
 (0)