[issue13795] CDATA Element missing

Amaury Forgeot d'Arc report at bugs.python.org
Wed Jan 18 19:10:39 CET 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Note that there is no "need" to emit CDATA section: it's just another method to write data, just like in Python "\x41" and "A" are not distinct.

The workaround there is a hack, since it redefines an "internal" method _write().  This function is an implementation detail, and changed in newer releases.
I posted another hack on the stackoverflow page above, that works for python 3.2.

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list