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 dc5a967 commit c34186dCopy full SHA for c34186d
1 file changed
Misc/NEWS.d/next/Library/2019-05-20-08-54-41.bpo-25988.I_glok.rst
@@ -0,0 +1,5 @@
1
+Starting with Python 3.3, importing ABCs from :mod:`collections` is
2
+deprecated, and import should be done from :mod:`collections.abc`. Still
3
+being able to import from :mod:`collections` was marked for removal in 3.8,
4
+but has been delayed to 3.9; documentation and ``DeprecationWarning``
5
+clarified.
0 commit comments