bpo-29204: Emit warnings for already deprecated ElementTree features. by serhiy-storchaka · Pull Request #773 · python/cpython

@serhiy-storchaka

Element.getiterator() and the html parameter of XMLParser() were
deprecated only in the documentation.  Now using them emits a deprecation
warning.

vadmium

@serhiy-storchaka

@serhiy-storchaka

Carreau added a commit to Carreau/cpython that referenced this pull request

May 11, 2018
Warning were added in pythongh-773, but did not contain version since
deprecation.