Skip to content

Commit d789aa2

Browse files
committed
put the notice at the top
1 parent b0ee909 commit d789aa2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/library/cgi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
:synopsis: Removed in 3.13.
66
:deprecated:
77

8+
.. deprecated-removed:: 3.11 3.13
9+
810
This module is no longer part of the Python standard library.
911
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
1012
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
1113

12-
.. deprecated-removed:: 3.11 3.13
13-
1414
A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`.
1515
This is a copy of the cgi module, no longer maintained or supported by the core
1616
Python team.

Doc/library/cgitb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
:synopsis: Removed in 3.13.
66
:deprecated:
77

8+
.. deprecated-removed:: 3.11 3.13
9+
810
This module is no longer part of the Python standard library.
911
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after
1012
being deprecated in Python 3.11. The removal was decided in :pep:`594`.
1113

12-
.. deprecated-removed:: 3.11 3.13
13-
1414
A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`.
1515
This is a copy of the cgi module, no longer maintained or supported by the core
1616
Python team.

0 commit comments

Comments
 (0)