]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
authorVictor Stinner <vstinner@python.org>
Wed, 24 May 2023 09:04:53 +0000 (11:04 +0200)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 09:04:53 +0000 (09:04 +0000)
commit08d592389603500af398d278af4842cff6f22c33
treecc7fd2bdd678869fe361cec2eb9ca244474f5eaa
parente561c09975bf67ad8bb67c56a81e30a9165bcc84
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.
24 files changed:
Doc/library/cgi.rst [deleted file]
Doc/library/cgitb.rst [deleted file]
Doc/library/security_warnings.rst
Doc/library/superseded.rst
Doc/whatsnew/2.0.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.6.rst
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.8.rst
Doc/whatsnew/3.9.rst
Lib/cgi.py [deleted file]
Lib/cgitb.py [deleted file]
Lib/test/test_cgi.py [deleted file]
Lib/test/test_cgitb.py [deleted file]
Lib/test/test_pyclbr.py
Misc/NEWS.d/3.9.0a1.rst
Misc/NEWS.d/next/Library/2023-05-23-01-47-57.gh-issue-104773.I6MQhb.rst [new file with mode: 0644]
Python/stdlib_module_names.h
Tools/wasm/wasm_assets.py