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 serhiy.storchaka
Recipients eli.bendersky, maker, r.david.murray, scoder, serhiy.storchaka
Date 2013-08-27.14:20:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377613204.86.0.663479262833.issue18850@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue7727. Almost any other XML generation code (xml.sax.sautils.XMLGenerator, xml.dom.minidom.Element.writexml(), etc, but not plistlib.PlistWriter) has the same problem.

The problem with filtering control characters is that it will significantly slowdown XML generation.
History
Date User Action Args
2013-08-27 14:20:04serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, r.david.murray, eli.bendersky, maker
2013-08-27 14:20:04serhiy.storchakasetmessageid: <1377613204.86.0.663479262833.issue18850@psf.upfronthosting.co.za>
2013-08-27 14:20:04serhiy.storchakalinkissue18850 messages
2013-08-27 14:20:04serhiy.storchakacreate