Skip to content

Commit 6cff350

Browse files
donBarbospicnixz
andauthored
Update 2025-02-02-00-30-09.gh-issue-85162.BNF_aJ.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 43ae6b8 commit 6cff350

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
The :mod:`http.server` module now includes built-in support for HTTPS
2-
server. New :class:`http.server.HTTPSServer` class is an implementation of
3-
HTTPS server that uses :mod:`ssl` module by providing a certificate and
4-
private key. The ``--tls-cert``, ``--tls-key`` and ``--tls-password-file``
5-
arguments have been added to ``python -m http.server``. Patch by Semyon
6-
Moroz.
2+
servers exposed by :class:`http.server.HTTPSServer`. In addition, the
3+
``--tls-cert``, ``--tls-key`` and ``--tls-password-file`` command-line
4+
arguments have been added to the ``python -m http.server``.
5+
Patch by Semyon Moroz.

0 commit comments

Comments
 (0)