File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1830,17 +1830,6 @@ xml
18301830 (Contributed by Serhiy Storchaka in :gh: `139489 `.)
18311831
18321832
1833- xml.etree.ElementTree
1834- ---------------------
1835-
1836- * Add the *validate * option to functions
1837- :func: `~xml.etree.ElementTree.tostring `,
1838- :func: `~xml.etree.ElementTree.tostringlist `, and the
1839- :meth: `Element.write <xml.etree.ElementTree.ElementTree.write> ` method,
1840- which allows to validate the element or element tree before serialization.
1841- (Contributed by Serhiy Storchaka in :gh: `xxxxxx `.)
1842-
1843-
18441833xml.parsers.expat
18451834-----------------
18461835
Original file line number Diff line number Diff line change @@ -209,6 +209,16 @@ tarfile
209209* The undocumented and unused :attr: `!tarfile.TarFile.tarfile ` attribute
210210 has been deprecated since Python 3.13.
211211
212+ xml.etree.ElementTree
213+ ---------------------
214+
215+ * Add the *validate * option to functions
216+ :func: `~xml.etree.ElementTree.tostring `,
217+ :func: `~xml.etree.ElementTree.tostringlist `, and the
218+ :meth: `Element.write <xml.etree.ElementTree.ElementTree.write> ` method,
219+ which allows to validate the element or element tree before serialization.
220+ (Contributed by Serhiy Storchaka in :gh: `149468 `.)
221+
212222.. Add removals above alphabetically, not here at the end.
213223
214224
You can’t perform that action at this time.
0 commit comments