clone 536273 -1 -2 -3
reassign -1 python2.5 2.5.4-1
retitle -1 python2.5: xml.etree can produce invalid XML
reassign -2 python-elementtree 1.2.6-14
retitle -2 python-elementtree: can produce invalid XML
reassign -3 python-celementtree 1.0.5-10
retitle -3 python-celementtree: can produce invalid XML
thanks
Other ElementTree implementations have similar bugs:
* Jakub Wilk <[email protected]>, 2009-07-08, 20:25:
Package: python-lxml
Version: 2.1.5-1
Severity: normal
$ cat buggy.py
import sys
import lxml.etree as et
root = et.Element('root')
root.text = u'''\u1234\x07'''
et.ElementTree(root).write(sys.stdout)
$ python buggy.py | xmllint -
-:1: parser error : PCDATA invalid Char value 7
<root>ሴ</root>
^
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]