mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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.
This commit is contained in:
parent
e561c09975
commit
08d5923896
24 changed files with 52 additions and 2739 deletions
2
Python/stdlib_module_names.h
generated
2
Python/stdlib_module_names.h
generated
|
@ -107,8 +107,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"bz2",
|
||||
"cProfile",
|
||||
"calendar",
|
||||
"cgi",
|
||||
"cgitb",
|
||||
"chunk",
|
||||
"cmath",
|
||||
"cmd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue