]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-124194: Fix wrong issue number in What's New in Python 3.8 (#124195)
authorBradley Reynolds <bradley.reynolds@darbia.dev>
Wed, 18 Sep 2024 00:51:15 +0000 (19:51 -0500)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2024 00:51:15 +0000 (01:51 +0100)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/whatsnew/3.8.rst

index 35ae0e338d9c03b97d141f9fefb9eeda242b0d65..d0e60bc280a2178ef752211d03521322d74fa67d 100644 (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
    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
-   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.
   (Contributed by Victor Stinner in :issue:`35471`.)