summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-05-12-13-06-41.bpo-29209.h5RxYy.rst
blob: 78d9b0c55daa7d7c0334d6b22827a0a78ef03a75 (plain)
1
2
3
4
5
6
Removed the ``doctype()`` method and the *html* parameter of the constructor
of :class:`~xml.etree.ElementTree.XMLParser`.  The ``doctype()`` method
defined in a subclass will no longer be called.  Deprecated methods
``getchildren()`` and ``getiterator()`` in the :mod:`~xml.etree.ElementTree`
module emit now a :exc:`DeprecationWarning` instead of
:exc:`PendingDeprecationWarning`.