New submission from Mitar <mmi...@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 &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.

----------
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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37374>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to