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 b895505 commit d73721aCopy full SHA for d73721a
1 file changed
Doc/whatsnew/3.4.rst
@@ -2436,6 +2436,13 @@ Changes in the Python API
2436
have things that look like doctests in them you may see test failures you've
2437
never seen before when running your tests (:issue:`3158`).
2438
2439
+* The :mod:`collections.abc` module has been slightly refactored as
2440
+ part of the Python startup improvements. As a consequence of this, it is no
2441
+ longer the case that importing :mod:`collections` automatically imports
2442
+ :mod:`collections.abc`. If your program depended on the (undocumented)
2443
+ implicit import, you will need to add an explicit ``import collections.abc``
2444
+ (:issue:`20784`).
2445
+
2446
2447
Changes in the C API
2448
--------------------
0 commit comments