This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Neil Muller
Recipients Neil Muller, effbot, hodgestar, jerith, russell
Date 2009-06-11.10:54:27
SpamBayes Score 0.00359886
Marked as misclassified No
Message-id <1244717668.26.0.964911996314.issue6232@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-06-11 10:54:28Neil Mullersetrecipients: + Neil Muller, effbot, hodgestar, jerith, russell
2009-06-11 10:54:28Neil Mullersetmessageid: <1244717668.26.0.964911996314.issue6232@psf.upfronthosting.co.za>
2009-06-11 10:54:27Neil Mullerlinkissue6232 messages
2009-06-11 10:54:27Neil Mullercreate