commit | 2d080347d74078a55c47715d232d1ab8dc8cd603 | [log] [tgz] |
---|---|---|
author | Géry Ogam <gery.ogam@gmail.com> | Thu Feb 03 15:51:05 2022 |
committer | GitHub <noreply@github.com> | Thu Feb 03 15:51:05 2022 |
tree | aec3ac0d2b90f3ca5cd3e4839c939e2289a47706 | |
parent | 734b1f119be6f0dcd6845c78a9e0a71d88a90b59 [diff] |
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