Skip to content

Commit 8cc34e7

Browse files
Move the What's New entry to 3.16.
1 parent e12e88d commit 8cc34e7

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
18441833
xml.parsers.expat
18451834
-----------------
18461835

Doc/whatsnew/3.16.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)