]> git.ipfire.org Git - thirdparty/tornado.git/commit
Deprecate gen.maybe_future and remove all internal uses.
authorBen Darnell <ben@bendarnell.com>
Sat, 3 Oct 2015 22:44:01 +0000 (18:44 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 4 Oct 2015 02:28:14 +0000 (22:28 -0400)
commit52f94d006750cfa2f823dcde86ba71f79030ca42
tree6636e7582a49b315ce1e1fa73220087edd00e8cd
parent2d508a496f5a47b295e43bd522e3812f7db5cbde
Deprecate gen.maybe_future and remove all internal uses.

This allows native coroutines in the HTTPMessageDelegate.data_received
methods.
docs/gen.rst
tornado/gen.py
tornado/http1connection.py
tornado/test/web_test.py