Skip to content

Commit

Permalink
gh-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 23, 2023
1 parent 988c1f6 commit b32e052
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 2,718 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.

1 change: 0 additions & 1 deletion Doc/library/security_warnings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ The following modules have specific security considerations:

* :mod:`base64`: :ref:`base64 security considerations <base64-security>` in
:rfc:`4648`
* :mod:`cgi`: :ref:`CGI security considerations <cgi-security>`
* :mod:`hashlib`: :ref:`all constructors take a "usedforsecurity" keyword-only
argument disabling known insecure and blocked algorithms
<hashlib-usedforsecurity>`
Expand Down
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
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,8 @@ Modules (see :pep:`594`):

* :mod:`aifc`
* :mod:`audioop`
* :mod:`cgi`
* :mod:`cgitb`
* ``cgi``
* ``cgitb``
* :mod:`chunk`
* :mod:`crypt`
* :mod:`imghdr`
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 b32e052

Please sign in to comment.