]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix importability on python 3.5.2 2605/head
authorBen Darnell <ben@bendarnell.com>
Fri, 1 Mar 2019 20:03:31 +0000 (15:03 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 1 Mar 2019 20:57:41 +0000 (15:57 -0500)
commit61e1dbf98386e39dcb961d05da820778cede2999
tree6830bcc1c6096a9851b77e0bb9f2fa13876cb3e2
parent3c8728d8d0eb28fa43aa91073be222b04d799bde
Fix importability on python 3.5.2

The "provisional" typing module in 3.5.2 is kind of broken/incomplete
so we need to use more forward references to avoid confusing it. The
significance of this version in particular is that it was the one
included in ubuntu 16.04.

Fixes #2604
13 files changed:
.travis.yml
tornado/concurrent.py
tornado/gen.py
tornado/http1connection.py
tornado/httpclient.py
tornado/ioloop.py
tornado/iostream.py
tornado/locks.py
tornado/simple_httpclient.py
tornado/testing.py
tornado/web.py
tornado/websocket.py
tornado/wsgi.py