]> granicus.if.org Git - python/commit
bpo-30485: Change the prefix for defining the default namespace in ElementPath from...
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 18 Apr 2019 17:05:03 +0000 (19:05 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2019 17:05:03 +0000 (19:05 +0200)
commite8113f51a8bdf33188ee30a1c038a298329e7bfa
tree9352ef363c501a34f32ed4e8e43d3cf3b23b0def
parent7e954e7de4f3777b5ce239640bd2b76aced09561
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860)
Doc/library/xml.etree.elementtree.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementPath.py
Misc/NEWS.d/next/Library/2019-04-13-23-42-33.bpo-30485.JHhjJS.rst