Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a94e7 commit 5827be8Copy full SHA for 5827be8
Doc/whatsnew/3.8.rst
@@ -1755,7 +1755,7 @@ The following features and APIs have been removed from Python 3.8:
1755
* Starting with Python 3.3, importing ABCs from :mod:`collections` was
1756
deprecated, and importing should be done from :mod:`collections.abc`. Being
1757
able to import from collections was marked for removal in 3.8, but has been
1758
- delayed to 3.9. (See :issue:`36952`.)
+ delayed to 3.9. (See :gh:`81134`.)
1759
1760
* The :mod:`macpath` module, deprecated in Python 3.7, has been removed.
1761
(Contributed by Victor Stinner in :issue:`35471`.)
0 commit comments