]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
authorGéry Ogam <gery.ogam@gmail.com>
Mon, 2 May 2022 22:28:45 +0000 (00:28 +0200)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 22:28:45 +0000 (16:28 -0600)
commit2d30adee72317e569d24739243cdd6f7631fa68f
tree33aa34add4ebd735aceed5c2b6e835f1f9448398
parent32e4f450af3fbcc5c7e186f83ff74e2efe164136
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/http.server.rst
Lib/http/server.py
Misc/NEWS.d/next/Library/2022-01-29-00-23-00.bpo-46285.pt84qm.rst [new file with mode: 0644]