Commit 145d47f
committed
xml.etree: Fix namespace prefix resolution in ElementPath xpath_tokenizer (GH-140123)
The namespace prefix resolution in ElementPath.xpath_tokenizer now properly uses globally
registered namespaces after trying local namespaces first. This ensures consistent namespace
handling across both Python and C implementations.1 parent 49d517d commit 145d47f
File tree
1 file changed
+1
-0
lines changed- Misc/NEWS.d/next/Library
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments