[XML-SIG] Re: [4suite] Python 1.5 support with PyXML 0.6.2/4Suite0.9.2

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 16 Nov 2000 20:31:19 +0100


> Oops here.  I actually tested using PyXML 0.6.1.  I thought I'd upgraded
> but I was mistaken.

Is there anything that used to work in 0.6.1 that was broken in 0.6.2? 

> > I could not find the xml.unicode package in pyxml 0.6.2...
> 
> And I also forgot that PyXML 0.6.2 is designed for Python 2.0

Not really. It is designed as a superset of Python 2.0, but it still
provides the same functions under 1.5.2, except that pyexpat won't
produce Unicode strings.

> If you are using Python 1.5.2, you need PyXML 0.6.1 and if you use
> Python 2.0, you need PyXML 0.6.2

Why is that?

Regards,
Martin