diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-04-28-15-01-29.bpo-28238.gdk38f.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-28-15-01-29.bpo-28238.gdk38f.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-28-15-01-29.bpo-28238.gdk38f.rst b/Misc/NEWS.d/next/Library/2019-04-28-15-01-29.bpo-28238.gdk38f.rst new file mode 100644 index 0000000..62003a3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-04-28-15-01-29.bpo-28238.gdk38f.rst @@ -0,0 +1,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. |