]> granicus.if.org Git - python/commit
bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath...
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 9 May 2019 05:22:47 +0000 (07:22 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2019 05:22:47 +0000 (07:22 +0200)
commit88db8bd0648588c67eeab16d0bc72ec5c206e3ad
tree2fa2a294a671bd7013649a8a0ca972ff3c64c48a
parent3aca40d3cb4b9b6741cf3073d71fbfc682cab96d
bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (#13201)

Also provide better grouping of the tokenizer tests.
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementPath.py