[issue2746] ElementTree ProcessingInstruction uses character entities in content

Simon Cross report at bugs.python.org
Sat May 10 14:57:45 CEST 2008


Simon Cross <hodgestar at gmail.com> added the comment:

cElementTree.ElementTree is a copy of ElementTree.ElementTree with the
.parse(...) method replaced, so the original patch for ElementTree
should fix cElementTree too.

The copying of the ElementTree class into cElementTree happens in the
call to boostrap in the init_elementtree() function at the bottom of
_elementtree.c.

----------
nosy: +hodgestar

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2746>
__________________________________


More information about the Python-bugs-list mailing list