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.
|
2012-02-20 02:47:46 +00:00
|
|
|
* Repeated calls to `RequestHandler.set_cookie` with the same name now
|
|
|
|
overwrite the previous cookie instead of producing additional copies.
|
2012-02-20 03:33:08 +00:00
|
|
|
* `tornado.simple_httpclient` correctly verifies SSL certificates for
|
|
|
|
URLs containing IPv6 literals (This bug affected Python 2.5 and 2.6).
|