Skip to content

Commit 3e8c189

Browse files
committed
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
1 parent 4478662 commit 3e8c189

File tree

11 files changed

+3296
-1180
lines changed

11 files changed

+3296
-1180
lines changed

‎Doc/library/xml.etree.elementtree.rst‎

Lines changed: 197 additions & 127 deletions
Large diffs are not rendered by default.

‎Lib/test/samples/simple-ns.xml‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?pi data?>
2+
<!-- comment -->
3+
<root xmlns='namespace'>
4+
<element key='value'>text</element>
5+
<element>text</element>tail
6+
<empty-element/>
7+
</root>

‎Lib/test/samples/simple.xml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!-- comment -->
2+
<root>
3+
<element key='value'>text</element>
4+
<element>text</element>tail
5+
<empty-element/>
6+
</root>

0 commit comments

Comments
 (0)