Skip to content

Commit 4bf4c92

Browse files
committed
pythongh-104773: PEP 594: Remove cgi and cgitb modules
1 parent 586aca3 commit 4bf4c92

File tree

11 files changed

+4
-2715
lines changed

11 files changed

+4
-2715
lines changed

Doc/library/cgi.rst

-564
This file was deleted.

Doc/library/cgitb.rst

-89
This file was deleted.

Doc/library/superseded.rst

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ backwards compatibility. They have been superseded by other modules.
1212

1313
aifc.rst
1414
audioop.rst
15-
cgi.rst
16-
cgitb.rst
1715
chunk.rst
1816
crypt.rst
1917
imghdr.rst

Doc/whatsnew/3.13.rst

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ Deprecated
102102
Removed
103103
=======
104104

105+
* Remove the ``cgi`` and ``cgitb`` modules, deprecated in Python 3.11.
106+
(Contributed by Victor Stinner in :gh:`104773`.)
105107

106108

107109
Porting to Python 3.13

0 commit comments

Comments
 (0)