[pypy-commit] extradoc extradoc: updates

arigo pypy.commits at gmail.com
Thu Feb 25 10:23:50 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5611:ff9f6252e503
Date: 2016-02-25 16:23 +0100
http://bitbucket.org/pypy/extradoc/changeset/ff9f6252e503/

Log:	updates

diff --git a/blog/draft/cpyext-gcsupport.rst b/blog/draft/cpyext-gcsupport.rst
--- a/blog/draft/cpyext-gcsupport.rst
+++ b/blog/draft/cpyext-gcsupport.rst
@@ -36,15 +36,16 @@
 `lxml`_ package---which is is one of the most popular packages on PyPI.
 (Specifically, you need version 3.5.0 with
 https://github.com/lxml/lxml/pull/187 to remove old PyPy-specific hacks
-that were not really working.)  At this point, we no longer recommend
-using the `cffi lxml`_ alternative: although it may still be faster, it
-might be incomplete and old.
+that were not really working.  See details__.)  At this point, we no
+longer recommend using the cffi-lxml alternative: although it may
+still be faster, it might be incomplete and old.
 
 We are actively working on extending our C-API support, and hope to soon
 merge a branch to support more of the C-API functions (some numpy news
 coming!).  Please `try it out`_ and let us know how it works for you.
 
 _`lxml`: https://github.com/lxml/lxml
+__: https://bitbucket.org/pypy/compatibility/wiki/lxml
 _`try it out`: http://buildbot.pypy.org/nightly/trunk/
 
 Armin Rigo and the PyPy team


More information about the pypy-commit mailing list