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 b00c26d commit 9bc44f2Copy full SHA for 9bc44f2
Doc/whatsnew/3.8.rst
@@ -1228,11 +1228,6 @@ The following features and APIs have been removed from Python 3.8:
1228
* Removed the ``doctype()`` method of :class:`~xml.etree.ElementTree.XMLParser`.
1229
(Contributed by Serhiy Storchaka in :issue:`29209`.)
1230
1231
-* The abstract base classes in :mod:`collections.abc` no longer are
1232
- exposed in the regular :mod:`collections` module. This will help
1233
- create a clearer distinction between the concrete classes and the abstract
1234
- base classes.
1235
-
1236
* "unicode_internal" codec is removed.
1237
(Contributed by Inada Naoki in :issue:`36297`.)
1238
0 commit comments