Standard module implementation

Daniel Molina Wegener dmw at coder.cl
Mon Nov 29 04:55:35 EST 2010


On Domingo 28 Noviembre 2010 11:08,
candide wrote:

> I was wondering if all the standard module are implemented in C. For
> instance, I can't find a C implementation for the minidom xml parser
> under Python 2.6.

  If you are looking for a C implementation of DOM as Python Extension,
you can try the lxml extension, which uses the LibXML2 bindings:

  http://codespeak.net/lxml/

Best regards,
-- 
Daniel Molina Wegener <dmw [at] coder [dot] cl>
System Programmer & Web Developer
Phone: +56 (2) 979-0277 | Blog: http://coder.cl/



More information about the Python-list mailing list