On Sun, Nov 28, 2010 at 9:08 AM, candide <cand...@free.invalid> 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.
> --

No they aren't. A good chunk of the standard library is implemented in
Python. Which is nice because Python the language isn't only
implemented in C (CPython, the main implementation). It's also
implemented in Java (Jython), C# (IronPython), and even in a
restricted subset of Python itself (PyPy).
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to