From: Ben Darnell Date: Tue, 6 Feb 2018 03:04:22 +0000 (-0500) Subject: docs: Clarify python version support release note X-Git-Tag: v5.0.0~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e601134501bbf1a28c9ea6d8255e679864072ba;p=thirdparty%2Ftornado.git docs: Clarify python version support release note --- 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~