[New-bugs-announce] [issue37374] Minidom does not have to escape quote inside text segments

Mitar report at bugs.python.org
Sat Jun 22 16:34:20 EDT 2019


New submission from Mitar <mmitar at gmail.com>:

I am using Minidom to pretty-print XML. But currently if there is a quote inside a text segment it escapes it to "

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.

----------
components: XML
messages: 346296
nosy: mitar
priority: normal
severity: normal
status: open
title: Minidom does not have to escape quote inside text segments
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37374>
_______________________________________


More information about the New-bugs-announce mailing list