This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mitar
Recipients mitar
Date 2019-06-22.20:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561235660.5.0.339736322709.issue37374@roundup.psfhosted.org>
In-reply-to
Content
I am using Minidom to pretty-print XML. But currently if there is a quote inside a text segment it escapes it to &quot;

To my understanding this is unnecessary if all other symbols are escaped. This escaping makes it really ugly and defeats the purpose of me using Minidom for pretty-printing XML.
History
Date User Action Args
2019-06-22 20:34:20mitarsetrecipients: + mitar
2019-06-22 20:34:20mitarsetmessageid: <1561235660.5.0.339736322709.issue37374@roundup.psfhosted.org>
2019-06-22 20:34:20mitarlinkissue37374 messages
2019-06-22 20:34:20mitarcreate