cElementTree broken in latest production release

10 Jul
2008
10 Jul
'08
11:34 a.m.
Minimal example: from xml.etree.cElementTree import XML XML('<fail>') If you execute this code, you get this error: "cannot load dispath table from pyexpat" -- Mark

10 Jul
10 Jul
2:39 p.m.
It's fixed in the next daily build. The bug is on every platform except Windows. FYI, the example causes a SyntaxError when it "works". A better example would have been: XML('<fail/>'). - Greg On Thu, 10 Jul 2008, Mark Moll wrote:
Minimal example:
from xml.etree.cElementTree import XML XML('<fail>')
If you execute this code, you get this error:
"cannot load dispath table from pyexpat"
-- Mark
6149
Age (days ago)
6149
Last active (days ago)
1 comments
2 participants
participants (2)
-
Greg Couch
-
Mark Moll