From: A. Jesse Jiryu Davis Date: Thu, 11 Aug 2016 19:24:27 +0000 (-0400) Subject: Update reference to asyncio's add_reader doc X-Git-Tag: v4.5.0~81^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1795%2Fhead;p=thirdparty%2Ftornado.git Update reference to asyncio's add_reader doc --- diff --git a/tornado/platform/asyncio.py b/tornado/platform/asyncio.py index 3fd67dbd8..9556da618 100644 --- a/tornado/platform/asyncio.py +++ b/tornado/platform/asyncio.py @@ -14,9 +14,9 @@ loops. .. note:: - Tornado requires the `~asyncio.BaseEventLoop.add_reader` family of methods, - so it is not compatible with the `~asyncio.ProactorEventLoop` on Windows. - Use the `~asyncio.SelectorEventLoop` instead. + Tornado requires the `~asyncio.AbstractEventLoop.add_reader` family of + methods, so it is not compatible with the `~asyncio.ProactorEventLoop` on + Windows. Use the `~asyncio.SelectorEventLoop` instead. """ from __future__ import absolute_import, division, print_function, with_statement