gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)
https://github.com/python/cpython/commit/0430e97097a8f852aea21669e7f4203d028... commit: 0430e97097a8f852aea21669e7f4203d028114f9 branch: main author: Victor Stinner <vstinner@python.org> committer: vstinner <vstinner@python.org> date: 2023-05-31T14:54:07+02:00 summary: gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139) files: M Doc/whatsnew/3.13.rst 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
participants (1)
-
vstinner