Convert :issue: to :gh: in whatsnew (GH-92089)

This commit is contained in:
Dennis Sweeney 2022-04-30 15:53:59 -04:00 committed by GitHub
parent 868b1afa05
commit b660d0931e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1059,7 +1059,7 @@ Deprecated
a :exc:`DeprecationWarning`.
In a future Python version they will be a :exc:`SyntaxWarning` and
eventually a :exc:`SyntaxError`.
(Contributed by Serhiy Storchaka in :issue:`81548`.)
(Contributed by Serhiy Storchaka in :gh:`81548`.)
* The :mod:`lib2to3` package and ``2to3`` tool are now deprecated and may not
be able to parse Python 3.10 or newer. See the :pep:`617` (New PEG parser for