]> granicus.if.org Git - python/commit
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print XML...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 23 Aug 2019 14:44:25 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2019 14:44:25 +0000 (16:44 +0200)
commitb5d3ceea48c181b3e2c6c67424317afed606bd39
tree6ee510b9c8db32251e3aed8a16b186ac08c3f04f
parent81446fd0d4fa60042ac2752350f31004324510f9
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print XML trees (GH-15200)
Doc/library/xml.etree.elementtree.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS.d/next/Library/2019-08-10-18-50-04.bpo-14465.qZGC4g.rst [new file with mode: 0644]