[issue6232] Improve test coverage of ElementTree and cElementTree

Neil Muller report at bugs.python.org
Thu Jun 11 12:54:28 CEST 2009


Neil Muller <drnlmuller+bugs at gmail.com> added the comment:

some additional notes on the tests disabled for cElementTree:

a) cElementTree still reports the last error (bug noted at
http://effbot.python-hosting.com/ticket/30 , although not filed in the
python bug tracker AFAICS).

b) cElementTree uses Syntax error in places were ElementTree uses
ExpatError - filed as issue6265

c) cEelementTree.iterparse will return normal strings when
ElementTree.iterparse will return unicode strings - filed as issue6266

----------

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


More information about the Python-bugs-list mailing list