Issue 29209: Remove old-deprecated ElementTree ... - Python
bugs.python.org › issue29209This issue is now closed. Proposed patch removes old-deprecated ElementTree features. * Methods Element.getchildren (), Element.getiterator () and ElementTree.getiterator () deprecated in 2.7 and 3.2. Use list (elem) or iteration instead of getchildren (), methods iter () instead of getiterator (). * The html argument of XMLParser deprecated in ...