[Python-Dev] Leading with XML-RPC

Fredrik Lundh fredrik@pythonware.com
Tue, 17 Jul 2001 10:07:58 +0200


martin wrote:
> > It might benefit from also including the sgmlop.c extension.
> 
> +1 on including this one (after fixing the bugs, that is). People want
> a "good" XML parser in Python, regardless of XML-RPC; they complain
> that expat requires an external library.
> 
> sgmlop should then go into xml.parsers.sgmlop; making sgmllib and
> xmllib use sgmlop is optional.

any reason we cannot ship a snapshot of the expat sources
with Python?  (just the necessary files, that is: three C files,
and some header files)

</F>