cpython/Lib/xml
Miss Islington (bot) 3982049a30
[3.11] gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755) (GH-114799)
Prior to gh-114269, the iterator returned by ElementTree.iterparse was
initialized with the root attribute as None. This restores the previous
behavior.
(cherry picked from commit 66f95ea6a6)

Co-authored-by: Sam Gross <colesbury@gmail.com>
2024-01-31 12:03:08 +00:00
..
dom gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (GH-96176) 2022-08-23 10:18:19 -07:00
etree [3.11] gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755) (GH-114799) 2024-01-31 12:03:08 +00:00
parsers
sax bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958) 2020-08-09 12:50:53 +02:00
__init__.py