tornado/website/sphinx/releases/next.rst

12 lines
395 B
ReStructuredText
Raw Normal View History

2012-02-20 02:25:24 +00:00
What's new in the next version of Tornado
=========================================
In progress
-----------
* ``setup.py`` no longer imports setuptools on Python 2.x.
* Colored logging configuration in `tornado.options` is compatible with
the upcoming release of Python 3.3.
* `tornado.simple_httpclient` is better about closing its sockets
instead of leaving them for garbage collection.