]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
docs: Clarify python version support release note
authorBen Darnell <ben@bendarnell.com>
Tue, 6 Feb 2018 03:04:22 +0000 (22:04 -0500)
committerBen Darnell <ben@bendarnell.com>
Tue, 6 Feb 2018 03:04:22 +0000 (22:04 -0500)
docs/releases/v5.0.0.rst

index c968b8fe04f3bc981f349613e01c16da6560d704..a3c4736808491224ce2391e0eadeaf6044ff6320 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~