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 82843d3 commit b00c26dCopy full SHA for b00c26d
Doc/whatsnew/3.9.rst
@@ -163,6 +163,11 @@ Deprecated
163
Removed
164
=======
165
166
+* The abstract base classes in :mod:`collections.abc` no longer are
167
+ exposed in the regular :mod:`collections` module. This will help
168
+ create a clearer distinction between the concrete classes and the abstract
169
+ base classes.
170
+
171
* The undocumented ``sys.callstats()`` function has been removed. Since Python
172
3.7, it was deprecated and always returned ``None``. It required a special
173
build option ``CALL_PROFILE`` which was already removed in Python 3.7.
0 commit comments