]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Document ssl module requirements in index.rst 2177/head
authorBen Darnell <ben@bendarnell.com>
Sun, 22 Oct 2017 17:23:12 +0000 (13:23 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 22 Oct 2017 18:08:55 +0000 (14:08 -0400)
docs/index.rst

index a5f166a3e6fa11ee51fc32e54c0ee4ddb2996b96..ed24eb6232b8082ec22c550f6f0cc386f15f961d 100644 (file)
@@ -66,9 +66,10 @@ installed in this way, so you may wish to download a copy of the
 source tarball or clone the `git repository
 <https://github.com/tornadoweb/tornado>`_ as well.
 
-**Prerequisites**: Tornado runs on Python 2.7, and 3.4+
-For Python 2, version 2.7.9 or newer is *strongly*
-recommended for the improved SSL support. In addition to the requirements
+**Prerequisites**: Tornado runs on Python 2.7, and 3.4+.
+The updates to the `ssl` module in Python 2.7.9 are required
+(in some distributions, these updates may be available in
+older python versions). In addition to the requirements
 which will be installed automatically by ``pip`` or ``setup.py install``,
 the following optional packages may be useful: