]> granicus.if.org Git - python/commit
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementP...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 3 May 2019 18:58:16 +0000 (20:58 +0200)
committerGitHub <noreply@github.com>
Fri, 3 May 2019 18:58:16 +0000 (20:58 +0200)
commit47541689ccea79dfcb055c6be5800b13fcb6bdd2
tree7580016557a064cc019fe41d1d62e57ac3dcc8c6
parentcf48e55f7f7718482fa712552f0cbc0aea1c826f
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ElementPath, and extend the surrounding tests and docs. (GH-12997)
Doc/library/xml.etree.elementtree.rst
Doc/whatsnew/3.8.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementPath.py
Misc/NEWS.d/next/Library/2019-04-28-15-01-29.bpo-28238.gdk38f.rst [new file with mode: 0644]
Modules/_elementtree.c