]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Drop the 3.2-era "upgrade notes" from the homepage.
authorBen Darnell <ben@bendarnell.com>
Tue, 15 Jul 2014 01:18:42 +0000 (21:18 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 15 Jul 2014 01:18:42 +0000 (21:18 -0400)
The need to install dependencies is well-established by now.

docs/index.rst

index 375e24cdcb52008a0d393523f1a8d52e9b22ba64..609f3671cc9f0a088aa46074837439e74d4a3031 100644 (file)
@@ -17,14 +17,6 @@ can scale to tens of thousands of open connections, making it ideal for
 `WebSockets <http://en.wikipedia.org/wiki/WebSocket>`_, and other
 applications that require a long-lived connection to each user.
 
-Upgrade notes
--------------
-
-As of Tornado 3.2, the `backports.ssl_match_hostname
-<https://pypi.python.org/pypi/backports.ssl_match_hostname>`_ package
-must be installed when running Tornado on Python 2.  This will be
-installed automatically when using ``pip`` or ``easy_install``.
-
 Quick links
 -----------