[XML-SIG] expat and python 2.2 debian bug

Alexandre Alexandre.Fayolle@logilab.fr
Wed, 24 Jul 2002 17:05:01 +0200


Here's a request for precision I sent to the person who reported the
bug.

----- Forwarded message from Alexandre <Alexandre.Fayolle@logilab.fr> -----

From: Alexandre <Alexandre.Fayolle@logilab.fr>
To: Jenya <me@oblom.com>, 150565@bugs.debian.org
Date: Wed, 10 Jul 2002 19:14:42 +0200
Subject: Bug#150565: Bug#150763: python2.2-xml: in /sax/expatreader.py, expat.ParserCreate takes wrong number of arguments

I'm sorry I was not able to reproduce your bug.

Could you send me the output of the following python script:

from xml.parsers import expat
print expat
from xml.parsers import pyexpat
print pyexpat
print pyexpat.__version__
print pyexpat.version_info

What I get here with a fresh installation is:

<module 'xml.parsers.expat' from
'/usr/lib/python2.2/site-packages/_xmlplus/parsers/expat.pyc'>
<module 'xml.parsers.pyexpat' from
'/usr/lib/python2.2/site-packages/_xmlplus/parsers/pyexpat.so'>
2.58
(1, 95, 2)

Alexandre Fayolle
-- 
LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Narval, the first software agent available as free software (GPL).

----- End forwarded message -----

-- 
Alexandre Fayolle
-- 
LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Narval, the first software agent available as free software (GPL).