From d807affc6f7a9b78538cd913edf13b5decc20585 Mon Sep 17 00:00:00 2001 From: sinwar Date: Sat, 14 Apr 2018 04:26:10 +0530 Subject: [PATCH] docs: Remove repeated lines. It removes repeated lines in docs for release 5.0.0 --- docs/releases/v5.0.0.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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` ~~~~~~~~~~~~~~~~~~ -- 2.47.2