Skip to content

Commit b00c26d

Browse files
Move a What's New entry from 3.8 to 3.9.
1 parent 82843d3 commit b00c26d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ Deprecated
163163
Removed
164164
=======
165165

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+
166171
* The undocumented ``sys.callstats()`` function has been removed. Since Python
167172
3.7, it was deprecated and always returned ``None``. It required a special
168173
build option ``CALL_PROFILE`` which was already removed in Python 3.7.

0 commit comments

Comments
 (0)