From: Ben Darnell Date: Sun, 25 Jan 2015 00:21:34 +0000 (-0500) Subject: Include the ability to yield asyncio and twisted objects in highlights X-Git-Tag: v4.1.0b2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce4a648172901ea674a830fdf54f58e98f7c4daf;p=thirdparty%2Ftornado.git Include the ability to yield asyncio and twisted objects in highlights --- diff --git a/docs/releases/next.rst b/docs/releases/next.rst index 68c230ea9..1f981f3ff 100644 --- a/docs/releases/next.rst +++ b/docs/releases/next.rst @@ -17,6 +17,8 @@ Highlights `.WebSocketHandler.get_compression_options` to enable on the server side, and use the ``compression_options`` keyword argument to `.websocket_connect` on the client side. +* When the appropriate packages are installed, it is possible to yield + `asyncio.Future` or Twisted ``Defered`` objects in Tornado coroutines. Backwards-compatibility notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~