mirror of https://github.com/python/cpython
gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)
This commit is contained in:
parent
03ad6624c2
commit
0430e97097
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue