We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b588f3 commit e1e489eCopy full SHA for e1e489e
1 file changed
Misc/NEWS.d/next/Library/2025-06-22-02-16-17.gh-issue-135640.FXyFL6.rst
@@ -1,3 +1,4 @@
1
-Address bug where calling :func:`xml.etree.ElementTree.ElementTree.write` on
2
-an ElementTree object with an invalid root element would blank the file
3
-passed to ``write`` if it already existed.
+Address bug where it was possible to call
+:func:`xml.etree.ElementTree.ElementTree.write` on an ElementTree object with
+an invalid root element. This behavior blanked the file passed to ``write``
4
+if it already existed.
0 commit comments