cpython/Lib/xml/etree
Serhiy Storchaka 762ec97ea6 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.
2017-03-30 18:12:06 +03:00
..
ElementInclude.py Issue #20331: Fixed possible FD leaks in various modules: 2014-01-25 19:43:56 +02:00
ElementPath.py #27364: fix "incorrect" uses of escape character in the stdlib. 2016-09-08 13:59:53 -04:00
ElementTree.py bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) 2017-03-30 18:12:06 +03:00
__init__.py
cElementTree.py Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. 2012-02-13 11:03:30 +01:00