[Python-Dev] Leading with XML-RPC

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 18 Jul 2001 01:05:07 +0200


> > +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)

Would be fine with me, and I would contribute the necessary changes to
the CVS - I just would need permission to do so (and an advise whether
to stuff everything into Modules, or to create an expat subdirectory).

Regards,
Martin