[Python-Dev] Leading with XML-RPC

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon, 16 Jul 2001 17:15:01 +0200


> 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.

Regards,
Martin