]> git.ipfire.org Git - thirdparty/tornado.git/commit
Require modern ssl features (SSLContext, etc)
authorBen Darnell <ben@bendarnell.com>
Sun, 22 Oct 2017 16:20:18 +0000 (12:20 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 22 Oct 2017 16:37:19 +0000 (12:37 -0400)
commit8cf55df456561077f363ce46d9760716daa1580a
treec552765971492bb7fabc663d3b95c0adbd63b0a5
parent648b3e9f7c6abe718fd5cd95fc55834efdcfa020
Require modern ssl features (SSLContext, etc)

Now that we've dropped python 3.3 (so create_default_context is
present on all supported versions), we can drop all ssl
backwards-compatibility and require the modern feature set.
maint/requirements.in
setup.py
tornado/iostream.py
tornado/netutil.py
tornado/simple_httpclient.py
tornado/test/httpserver_test.py
tornado/test/iostream_test.py
tornado/test/simple_httpclient_test.py