summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-04-13-23-42-33.bpo-30485.JHhjJS.rst
blob: 900edf8c7553559e9a403fad602ee0f243910e5a (plain)
1
2
3
Path expressions in xml.etree.ElementTree can now avoid explicit namespace
prefixes for tags (or the "{namespace}tag" notation) by passing a default
namespace with an empty string prefix.