Hi 2010/11/28 Maciej Fijalkowski <[email protected]>
> On Sun, Nov 28, 2010 at 11:58 AM, René Dudfield <[email protected]> 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
_______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
