[pypy-dev] which xml libraries? was (Re: PyPy 1.4 released)

Amaury Forgeot d'Arc amauryfa at gmail.com
Sun Nov 28 11:44:40 CET 2010


Hi

2010/11/28 Maciej Fijalkowski <fijall at gmail.com>

> On Sun, Nov 28, 2010 at 11:58 AM, René Dudfield <renesd at gmail.com> wrote:
> > what xml libraries are people using with pypy?  What is working well?
>
> PyExpat works, although it's slow (ctypes-based implementation). I
> know genshi has some troubles with it, someone is debugging now.
> Besides I don't think there are any working (unless someone wrote a
> pure-python one)
>

PyExpat is now a built-in module, implemented in RPython,
and should have reasonable performance.

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20101128/5074733d/attachment.html>


More information about the Pypy-dev mailing list