[pypy-commit] pypy.org extradoc: thanks phreach, update this a bit

fijal noreply at buildbot.pypy.org
Sat Feb 11 17:55:28 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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)
 


More information about the pypy-commit mailing list