[pypy-dev] HTML Parser?

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Feb 20 20:28:14 CET 2013


2013/2/20 Maciej Fijalkowski <fijall at gmail.com>

> Is it working on released cffi or on cffi that's in-development or you
> need patches?
>

It developed it with a nightly build from mid-January,
and the cffi library that was available at the time.
It's now released as cffi 0.5 I think.

I did not test with CPython at all.

At the time cffi used to return enum values as strings,
but I just tested with the last version of cffi and pypy nightly build,
and tests still pass!

    Ran 1006 tests in 34.730s
    FAILED (failures=1)
and the only failure is::
    self.assertTrue(hasattr(self.etree, '_import_c_api'))
:-)

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


More information about the pypy-dev mailing list