summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-04-13-23-42-33.bpo-30485.JHhjJS.rst
blob: 6c82efd3e0092209718db98602940757d2696169 (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 a 'None' prefix.