[3.13] gh-124194: Fix wrong issue number in What's New in Python 3.8 (GH-124195) (#124197)

gh-124194: Fix wrong issue number in What's New in Python 3.8 (GH-124195)
(cherry picked from commit d8c0fe1944)

Co-authored-by: Bradley Reynolds <bradley.reynolds@darbia.dev>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-09-23 20:11:55 +02:00 committed by GitHub
parent 3f52fef151
commit af8e77e245
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1755,7 +1755,7 @@ The following features and APIs have been removed from Python 3.8:
* Starting with Python 3.3, importing ABCs from :mod:`collections` was * Starting with Python 3.3, importing ABCs from :mod:`collections` was
deprecated, and importing should be done from :mod:`collections.abc`. Being deprecated, and importing should be done from :mod:`collections.abc`. Being
able to import from collections was marked for removal in 3.8, but has been able to import from collections was marked for removal in 3.8, but has been
delayed to 3.9. (See :issue:`36952`.) delayed to 3.9. (See :gh:`81134`.)
* The :mod:`macpath` module, deprecated in Python 3.7, has been removed. * The :mod:`macpath` module, deprecated in Python 3.7, has been removed.
(Contributed by Victor Stinner in :issue:`35471`.) (Contributed by Victor Stinner in :issue:`35471`.)