]> granicus.if.org Git - python/commit
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 14 Apr 2019 19:12:34 +0000 (21:12 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Apr 2019 19:12:34 +0000 (21:12 +0200)
commit3c5a858ec6a4e5851903762770fe526a46d3c351
treed6a95ae26cb8b9f1c0963248e79a60f0d87726c3
parentcd466559c4a312b3c1223a774ad4df19fc4f0407
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830)
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementPath.py