Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r514:836e9b3f5226 Date: 2014-07-02 15:28 -0700 http://bitbucket.org/pypy/pypy.org/changeset/836e9b3f5226/
Log: Twisted with SSL works these days diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -74,7 +74,7 @@ <li>django</li> <li>sqlalchemy</li> <li>flask</li> -<li>twisted (without ssl support)</li> +<li>twisted</li> <li>pylons</li> <li>divmod's nevow</li> <li>pyglet</li> diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/compat.txt @@ -42,7 +42,7 @@ * flask -* twisted (without ssl support) +* twisted * pylons _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
