Skip to content

Commit c34186d

Browse files
author
Matthias Bussonnier
committed
add blurb
1 parent dc5a967 commit c34186d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)