Release note update
This commit is contained in:
parent
9fcf106a6d
commit
fea44c7b4e
|
@ -81,3 +81,5 @@ Other modules
|
||||||
case-insensitive.
|
case-insensitive.
|
||||||
* Exception handling in `tornado.gen` has been improved. It is now possible
|
* Exception handling in `tornado.gen` has been improved. It is now possible
|
||||||
to catch exceptions thrown by a ``Task``.
|
to catch exceptions thrown by a ``Task``.
|
||||||
|
* `tornado.netutil.bind_sockets` now works when ``getaddrinfo`` returns
|
||||||
|
duplicate addresses.
|
||||||
|
|
Loading…
Reference in New Issue