[XML-SIG] XML in Python 1.6 (PROPOSAL)

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sat, 1 Jul 2000 12:18:47 +0200


> The name change simplifies a good many things, and we don't want to
> break things *after* 1.6, so let's get it over with now.  My great
> fear is breaking existing code and what's worse, Sean's book.  (I'll
> have to buy a copy and see what would need to be preserved to keep
> the examples running.)

I just downloaded pyxie.py, and noticed

	from xml.parsers import pyexpat

So it won't run on the current CVS tree. However, since you'll need
the full XML distribution, anyway, I guess this is not a problem -
that one will provide xml.parsers, right?

Regards,
Martin