8000 [3.13] gh-124194: Fix wrong issue number in What's New in Python 3.8 … · python/cpython@af8e77e · GitHub
[go: up one dir, main page]

Skip to content

Commit af8e77e

Browse files
miss-islingtonshenanigansdAA-Turner
authored
[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 d8c0fe1) Co-authored-by: Bradley Reynolds <bradley.reynolds@darbia.dev> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 3f52fef commit af8e77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ The following features and APIs have been removed from Python 3.8:
17551755
* Starting with Python 3.3, importing ABCs from :mod:`collections` was
17561756
deprecated, and importing should be done from :mod:`collections.abc`. Being
17571757
able to import from collections was marked for removal in 3.8, but has been
1758-
delayed to 3.9. (See :issue:`36952`.)
1758+
delayed to 3.9. (See :gh:`81134`.)
17591759

17601760
* The :mod:`macpath` module, deprecated in Python 3.7, has been removed.
17611761
(Contributed by Victor Stinner in :issue:`35471`.)

0 commit comments

Comments
 (0)
0