# HG changeset patch # User Alex Gaynor <alex.gaynor@gmail.com> # Date 1404340131 25200 # Wed Jul 02 15:28:51 2014 -0700 # Branch extradoc # Node ID 836e9b3f52264384b057f0c035addce86767563d # Parent 68e36f039aa92dc2361095252386c5574742d856 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