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 bce5c8e commit 287dce9Copy full SHA for 287dce9
Misc/NEWS.d/next/Library/2025-10-20.gh-issue-140123.rst
@@ -0,0 +1,5 @@
1
+ElementTree.find(), ElementTree.findall(), ElementTree.findtext(), and
2
+ElementTree.iterfind() now automatically use globally registered namespaces
3
+(via xml.etree.ElementTree.register_namespace) when the *namespaces*
4
+argument is omitted.
5
+
0 commit comments