]> git.ipfire.org Git - thirdparty/tornado.git/commit
concurrent: Fully deprecate return_future 2378/head
authorBen Darnell <ben@bendarnell.com>
Sun, 6 May 2018 02:43:08 +0000 (22:43 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 6 May 2018 02:43:08 +0000 (22:43 -0400)
commita3c4e7dc9dd9f2855bce0d0b7f457d310b74e095
treed98da71d4043e08aae757f35a23abb7772dcbeee
parentb440d504a4eda5e630d4bc5484d10ca63bd89d8b
concurrent: Fully deprecate return_future

It relies on ExceptionStackContext, so it should go away completely
instead of just losing its callback argument.
docs/releases/v5.1.0.rst
tornado/auth.py
tornado/concurrent.py
tornado/test/concurrent_test.py
tornado/test/gen_test.py