[issue13648] xml.sax.saxutils.escape does not escapes \x00

Martin v. Löwis report at bugs.python.org
Fri Dec 23 09:36:30 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

This is correct behavior. \x00 is not supported in XML: not in raw form, and not in escaped form. To transmit binary data in XML, use base64.

----------
nosy: +loewis
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13648>
_______________________________________


More information about the Python-bugs-list mailing list