summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-04-28-15-01-29.bpo-28238.gdk38f.rst
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.