Skip to content

Commit

Permalink
pythongh-104773: PEP 594: Remove cgi and cgitb modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 22, 2023
1 parent 586aca3 commit 4bf4c92
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2,715 deletions.
564 changes: 0 additions & 564 deletions Doc/library/cgi.rst

This file was deleted.

89 changes: 0 additions & 89 deletions Doc/library/cgitb.rst

This file was deleted.

2 changes: 0 additions & 2 deletions Doc/library/superseded.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ backwards compatibility. They have been superseded by other modules.

aifc.rst
audioop.rst
cgi.rst
cgitb.rst
chunk.rst
crypt.rst
imghdr.rst
Expand Down
2 changes: 2 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Deprecated
Removed
=======

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


Porting to Python 3.13
Expand Down
Loading

0 comments on commit 4bf4c92

Please sign in to comment.