]> granicus.if.org Git - python/commit
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
authorRaymond Hettinger <python@rcn.com>
Mon, 12 Sep 2016 06:18:03 +0000 (23:18 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 12 Sep 2016 06:18:03 +0000 (23:18 -0700)
commit076366c2a52b1446eb684806f95e10c91366094a
treecb8d617ff122ea64fb9c8a3d45a59faa4a53d826
parent4b73676c3d260b37b91dedbc0b286c4e779350e4
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
(Patch by Duane Griffin.  Reviewed and approved by Stefan Behnel.)
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS