]> git.ipfire.org Git - thirdparty/tornado.git/commit
Update ssl_options docs to use SSLContext.
authorBen Darnell <ben@bendarnell.com>
Sun, 15 Feb 2015 17:12:25 +0000 (12:12 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 15 Feb 2015 17:12:25 +0000 (12:12 -0500)
commitd41d1609ae13010d2f524e31a802dd8c35bdaa73
treed9abf535ef6da4e98bc0cc1ccc1358f89ee4a216
parent3e311aaf2ea85940e2fa7b14f63ed96c13d40be2
Update ssl_options docs to use SSLContext.

Now that Python 2 has a modern SSL package, SSLContext can
be presented as the default instead of the dictionary of
options.

Fixes #1322.
tornado/httpserver.py
tornado/httputil.py
tornado/iostream.py
tornado/netutil.py
tornado/tcpserver.py