Documentation about pyexpat
Fredrik Lundh
fredrik at pythonware.com
Wed Sep 26 07:27:02 EDT 2007
Horst Jäger wrote:
> is there any documentation about the pyexpat lib?
observation 1:
http://docs.python.org/lib/module-xml.parsers.expat.html
"This module uses the pyexpat module to provide access to the Expat
parser. Direct use of the pyexpat module is deprecated."
observation 2:
$ more xml/parsers/expat.py
"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision: 17640 $'
from pyexpat import *
</F>
More information about the Python-list
mailing list