summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2017-10-11-13-05-19.bpo-31728.XrVMME.rst
blob: b317d9f210bae047229de5cb6aa067396b6f29b5 (plain)
1
2
Prevent crashes in `_elementtree` due to unsafe cleanup of `Element.text`
and `Element.tail`. Patch by Oren Milman.