You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tree = xml.etree.ElementTree.ElementTree(element = "") # element should be an ElementTree.Element object or None
tree.write("file.xml") # This appropriately causes a traceback, but blanks file.xml if it exists
Bug report
Bug description:
Example:
PR coming with a fix!
CPython versions tested on:
CPython main branch, 3.14
Operating systems tested on:
macOS
Linked PRs