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, 0 insertions, 3 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 deleted file mode 100644 index 62003a3..0000000 --- a/Misc/NEWS.d/next/Library/2019-04-28-15-01-29.bpo-28238.gdk38f.rst +++ /dev/null @@ -1,3 +0,0 @@ -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. |