[XML-SIG] Python versions supported by PyXML?

Fred L. Drake, Jr. fdrake@acm.org
Sat, 16 Feb 2002 01:11:30 -0500


I had been thinking that we still wanted to support Python 2.0, but
Martin's most recent changes to pyexpat.c dropped support for Python
versions before 2.2 (PyOS_snprintf() was added then, and pyexpat.c now
relies on that.)

I'll check in a quick hack to make this *slightly* more portable, but
we need a better way to deal with this.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation