[issue23847] Add xml pretty print option to ElementTree

2018-08-17 Thread Matej Cepl
Change by Matej Cepl : -- versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue23847] Add xml pretty print option to ElementTree

2015-04-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> xml.etree.ElementTree: add feature to prettify XML output ___ Python tracker ___

[issue23847] Add xml pretty print option to ElementTree

2015-04-02 Thread Stefan Behnel
Stefan Behnel added the comment: duplicate of issue 14465 -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue23847] Add xml pretty print option to ElementTree

2015-04-02 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- nosy: +eli.bendersky, scoder -rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue23847] Add xml pretty print option to ElementTree

2015-04-02 Thread Raymond Hettinger
New submission from Raymond Hettinger: The xml.dom.minidom package has as a xml.toprettyxml() function that has the problem of altering the whitespace of the text of elements. The ElementTree module needs a prettify option that works better, perhaps something based of Effbot's code at: http