
10 Jul
2008
10 Jul
'08
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