]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
authorGéry Ogam <gery.ogam@gmail.com>
Thu, 3 Feb 2022 15:51:05 +0000 (16:51 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 15:51:05 +0000 (07:51 -0800)
commit2d080347d74078a55c47715d232d1ab8dc8cd603
treeaec3ac0d2b90f3ca5cd3e4839c939e2289a47706
parent734b1f119be6f0dcd6845c78a9e0a71d88a90b59
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)

Fix command-line option -d/--directory in http.server main
function that was ignored when combined with --cgi.

Automerge-Triggered-By: GH:merwok
Lib/http/server.py
Misc/NEWS.d/next/Library/2022-01-23-19-37-00.bpo-46436.Biz1p9.rst [new file with mode: 0644]