From: sinwar Date: Fri, 13 Apr 2018 22:56:10 +0000 (+0530) Subject: docs: Remove repeated lines. X-Git-Tag: v5.1.0b1~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2355%2Fhead;p=thirdparty%2Ftornado.git docs: Remove repeated lines. It removes repeated lines in docs for release 5.0.0 --- diff --git a/docs/releases/v5.0.0.rst b/docs/releases/v5.0.0.rst index d55c21d36..7f1325b8d 100644 --- a/docs/releases/v5.0.0.rst +++ b/docs/releases/v5.0.0.rst @@ -176,7 +176,7 @@ Other notes `tornado.util.TimeoutError`. - `.IOLoop.instance` is now a deprecated alias for `.IOLoop.current`. - `.IOLoop.install` and `.IOLoop.clear_instance` are deprecated. -- ``IOLoop.initialized`` has been removed. +- The ``IOLoop.initialized`` method has been removed. - On Python 3, the `asyncio`-backed `.IOLoop` is always used and alternative `.IOLoop` implementations cannot be configured. `.IOLoop.current` and related methods pass through to @@ -199,7 +199,6 @@ Other notes ``PYTHONASYNCIODEBUG=1`` environment variable instead. - `.IOLoop.clear_current` now works if it is called before any current loop is established. -- The ``IOLoop.initialized`` method has been removed. `tornado.iostream` ~~~~~~~~~~~~~~~~~~