XML Module problems

Martin von Loewis loewis at informatik.hu-berlin.de
Wed Mar 7 05:11:33 EST 2001


digitig at cix.co.uk (Tim Rowe) writes:

> That's what I have with my (ActiveState) 2.0 installation. 
> xml.parsers.expat is very like pyexpat but with some subtle differences 

??? xml.parsers.expat should be in the file xml/parsers/expat.py,
which should read

from pyexpat import *

So I'd call it *highly* unlikely that they are different.

> that make the name change appropriate (for example, IIRC expat
> returns attributes as a dictionary rather that pyexpat's list --
> expat's version makes much more sense to me).

In recent versions of pyexpat, this is a user option.

Regards,
Martin



More information about the Python-list mailing list