tornado/website/sphinx/releases/next.rst

18 lines
825 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.
* Repeated calls to `RequestHandler.set_cookie` with the same name now
overwrite the previous cookie instead of producing additional copies.
* `tornado.simple_httpclient` correctly verifies SSL certificates for
URLs containing IPv6 literals (This bug affected Python 2.5 and 2.6).
* Fixed a bug on python versions before 2.6.5 when `URLSpec` regexes
are constructed from unicode strings and keyword arguments are extracted.