From 6e601134501bbf1a28c9ea6d8255e679864072ba Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 5 Feb 2018 22:04:22 -0500 Subject: [PATCH] docs: Clarify python version support release note --- docs/releases/v5.0.0.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/releases/v5.0.0.rst b/docs/releases/v5.0.0.rst index c968b8fe0..a3c473680 100644 --- a/docs/releases/v5.0.0.rst +++ b/docs/releases/v5.0.0.rst @@ -15,8 +15,9 @@ Highlights Tornado. While care has been taken to minimize the disruption from this change, code changes may be required for compatibility with Tornado 5.0, as detailed in the following section. -- Support for Python 2.7 and 3.4 are deprecated; Tornado 6.0 will - require Python 3.5+. +- Tornado 5.0 supports Python 2.7.9+ and 3.4+. Python 2.7 and 3.4 are + deprecated and support for them will be removed in Tornado 6.0, + which will require Python 3.5+. Backwards-compatibility notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.47.3