blob: 62003a3d26e6f278e7663facf6de18e813aaebc8 (
plain)
1
2
3
|
The ``.find*()`` methods of xml.etree.ElementTree can now search for
wildcards like ``{*}tag`` and ``{ns}*`` that match a tag in any namespace
or all tags in a namespace. Patch by Stefan Behnel.
|