[issue29209] Remove old-deprecated ElementTree features

Serhiy Storchaka report at bugs.python.org
Sat May 12 06:20:04 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

PR 6769 removes the html parameter and the doctype() method. getchildren() and getiterator() emit now a DeprecationWarning instead of PendingDeprecationWarning and will be removed in 3.9.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29209>
_______________________________________


More information about the Python-bugs-list mailing list