summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 09:04:53 (GMT)
committerGitHub <noreply@github.com>2023-05-24 09:04:53 (GMT)
commit08d592389603500af398d278af4842cff6f22c33 (patch)
treecc7fd2bdd678869fe361cec2eb9ca244474f5eaa /Python
parente561c09975bf67ad8bb67c56a81e30a9165bcc84 (diff)
downloadcpython-08d592389603500af398d278af4842cff6f22c33.zip
cpython-08d592389603500af398d278af4842cff6f22c33.tar.gz
cpython-08d592389603500af398d278af4842cff6f22c33.tar.bz2
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
* Replace "cgi" with "!cgi" in the Sphinx documentation to avoid warnings on broken references. * test_pyclbr no longer tests the cgi module.
Diffstat (limited to 'Python')
-rw-r--r--Python/stdlib_module_names.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index b926caf..f5defe8 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -107,8 +107,6 @@ static const char* _Py_stdlib_module_names[] = {
"bz2",
"cProfile",
"calendar",
-"cgi",
-"cgitb",
"chunk",
"cmath",
"cmd",