Tornado now requires Python 2.7 or 3.3+; versions 2.6 and 3.2 are no
longer supported. Pypy3 is still supported even though its latest
release is mainly based on Python 3.2.
The monotonic package is
now supported as an alternative to Monotime for monotonic clock support
on Python 2.
tornado.curl_httpclient
Failures in _curl_setup_request no longer cause the
max_clients pool to be exhausted.
Non-ascii header values are now handled correctly.
Test sockets now always use 127.0.0.1 instead of localhost.
This avoids conflicts when the automatically-assigned port is
available on IPv4 but not IPv6, or in unusual network configurations
when localhost has multiple IP addresses.