[pypy-commit] pypy.org extradoc: update notable modules that work with PyPy

mattip noreply at buildbot.pypy.org
Fri May 9 08:26:16 CEST 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: extradoc
Changeset: r496:e6f69077f5ae
Date: 2014-05-09 08:52 +0300
http://bitbucket.org/pypy/pypy.org/changeset/e6f69077f5ae/

Log:	update notable modules that work with PyPy

diff --git a/source/compat.txt b/source/compat.txt
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -50,6 +50,10 @@
 
 * pyglet
 
+* Pillow (the PIL fork)
+
+* `lxml`_
+
 Known differences that are not going to be fixed:
 
 * PyPy does not support refcounting semantics. The following code
@@ -104,4 +108,4 @@
 .. _`our dev site`: http://pypy.readthedocs.org/en/latest/cpython_differences.html
 .. _`more details here`: http://pypy.readthedocs.org/en/latest/cpython_differences.html#differences-related-to-garbage-collection-strategies
 .. _`compatibility wiki`: https://bitbucket.org/pypy/compatibility/wiki/Home
-
+.. _`lxml`: https://github.com/amauryfa/lxml/tree/cffi/


More information about the pypy-commit mailing list