cpython/Lib/xml
Serhiy Storchaka 02ec92fa7b
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
Also make getchildren() and getiterator() emitting
a DeprecationWarning instead of PendingDeprecationWarning.
2018-07-24 12:03:34 +03:00
..
dom bpo-33274: Compliance with DOM L1: return removed attribute (#7465) 2018-06-07 00:42:38 -04:00
etree bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769) 2018-07-24 12:03:34 +03:00
parsers
sax bpo-30264: ExpatParser closes the source on error (#1451) 2017-05-05 09:46:47 +02:00
__init__.py