]> git.ipfire.org Git - thirdparty/tornado.git/commit
docs: Update examples to modern interfaces
authorBen Darnell <ben@bendarnell.com>
Sun, 6 May 2018 01:50:05 +0000 (21:50 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 6 May 2018 01:50:05 +0000 (21:50 -0400)
commitb440d504a4eda5e630d4bc5484d10ca63bd89d8b
treec6be6780d0bd368ccb67f3f36865a2511af6c474
parent80f6a5172870f4d50643e4cf4ff525cf237ce6ca
docs: Update examples to modern interfaces

Get rid of most uses of callbacks and convert most coroutines to
native form. The sphinx doctests now require python 3.
20 files changed:
.travis.yml
docs/faq.rst
docs/guide/async.rst
docs/guide/coroutines.rst
docs/guide/intro.rst
docs/guide/security.rst
docs/guide/structure.rst
docs/index.rst
tornado/auth.py
tornado/concurrent.py
tornado/gen.py
tornado/httpclient.py
tornado/ioloop.py
tornado/iostream.py
tornado/locks.py
tornado/queues.py
tornado/tcpserver.py
tornado/testing.py
tornado/web.py
tox.ini