SIGN IN SIGN UP

bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)

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

* Don’t need check_warnings any more.
S
Serhiy Storchaka committed
762ec97ea68a1126b8855996c61fa8239dc9fff7
Parent: 722a3af
Committed by GitHub <noreply@github.com> on 3/30/2017, 3:12:06 PM