]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47061: deprecate cgi and cgitb (GH-32410)
authorBrett Cannon <brett@python.org>
Sat, 9 Apr 2022 00:15:35 +0000 (17:15 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Apr 2022 00:15:35 +0000 (17:15 -0700)
commitcd29bd13ef1fe18970c5d43b66c545dd03117cb9
treecc111c2bf79956a6a8680f53500662cb2511081b
parent1c8b3b5d66a629258f1db16939b996264a8b9c37
bpo-47061: deprecate cgi and cgitb (GH-32410)

Part of PEP 594.
Doc/whatsnew/3.11.rst
Lib/cgi.py
Lib/cgitb.py
Lib/distutils/config.py
Lib/test/test_cgi.py
Lib/test/test_cgitb.py
Lib/test/test_httpservers.py
Misc/NEWS.d/next/Library/2022-04-07-20-32-47.bpo-47061.TOufgh.rst [new file with mode: 0644]