Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r313:bd50ca0262e2 Date: 2012-02-10 12:10 +0200 http://bitbucket.org/pypy/pypy.org/changeset/bd50ca0262e2/
Log: thanks phreach, update this a bit diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -67,7 +67,9 @@ <p>Python libraries known to work under PyPy (the list is not exhaustive):</p> <ul class="simple"> <li>ctypes</li> -<li>django (without any DB but sqlite)</li> +<li>django</li> +<li>sqlalchemy</li> +<li>flask</li> <li>twisted (without ssl support)</li> <li>pylons</li> <li>divmod's nevow</li> diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/compat.txt @@ -32,7 +32,11 @@ * ctypes -* django (without any DB but sqlite) +* django + +* sqlalchemy + +* flask * twisted (without ssl support) _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
