cpython/Lib/xml
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
..
dom Issue #26182: Raise DeprecationWarning for improper use of async/await keywords 2016-09-15 12:50:23 -04:00
etree bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) 2017-03-30 18:12:06 +03:00
parsers
sax Issue #24125: Saved error's line and column numbers when an error is occured 2015-05-06 09:38:22 +03:00
__init__.py