From: Victor Stinner Date: Wed, 31 May 2023 12:54:07 +0000 (+0200) Subject: gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139) X-Git-Tag: v3.13.0a1~1955 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0430e97097a8f852aea21669e7f4203d028114f9;p=thirdparty%2FPython%2Fcpython.git gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 6d0be3b258f6..59c7f78b3802 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -169,7 +169,7 @@ Removed (Contributed by Hugo van Kemenade in :gh:`104835`.) -* :pep:`594`: Remove the :mod:`!cgi`` and :mod:`!cgitb` modules, +* :pep:`594`: Remove the :mod:`!cgi` and :mod:`!cgitb` modules, deprecated in Python 3.11. * ``cgi.FieldStorage`` can typically be replaced with