https://github.com/python/cpython/commit/5827be86fe1448e08186544154bb259897518f21 commit: 5827be86fe1448e08186544154bb259897518f21 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2024-09-18T00:58:10Z summary:
[3.12] gh-124194: Fix wrong issue number in What's New in Python 3.8 (GH-124195) (#124198) gh-124194: Fix wrong issue number in What's New in Python 3.8 (GH-124195) (cherry picked from commit d8c0fe1944ac41787e16fa60e608f56c8235e100) Co-authored-by: Bradley Reynolds <[email protected]> Co-authored-by: Adam Turner <[email protected]> files: M Doc/whatsnew/3.8.rst diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 9f1408de8e5f63..75e200905811af 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -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`.) _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
