]> git.ipfire.org Git - thirdparty/tornado.git/commit
Clarify documentation around `@asynchronous`.
authorBen Darnell <ben@bendarnell.com>
Fri, 27 Mar 2015 03:20:58 +0000 (23:20 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 27 Mar 2015 03:20:58 +0000 (23:20 -0400)
commitf69b8046585e2b8a169962137b28d6500702c256
tree9a3bc54e4a80a257d4938fcbbe2b97205c09fc86
parentf5e1918571acb36bba181d6c7748bf9e23d5382e
Clarify documentation around `@asynchronous`.

The lack of `@asynchronous` is no longer the most likely cause
of write-after-finish errors, and we should discourage the
combination of `@asynchronous` and `@coroutine`.

Include some more context in the error message for RequestHandler.write(list).
tornado/web.py