Discussion:
[tornado] Announcing Tornado 5.1.1
Ben Darnell
2018-09-16 19:29:46 UTC
Permalink
Tornado 5.1.1 is now available. This release fixes several bugs introduced
in version 5.1, especially in the tornado.auth module.

- Fixed an case in which the Future returned by RequestHandler.finish could
fail to resolve.
- The TwitterMixin.authenticate_redirect method works again.
- Improved error handling in the tornado.auth module, fixing hanging
requests when a network or other error occurs.

http://www.tornadoweb.org/en/stable/releases/v5.1.1.html

https://pypi.org/project/tornado/
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
TaoBeier
2018-09-17 05:47:18 UTC
Permalink
Thanks.

圚 2018幎9月17日星期䞀 UTC+8䞊午3:30:02Ben Darnell写道
Post by Ben Darnell
Tornado 5.1.1 is now available. This release fixes several bugs introduced
in version 5.1, especially in the tornado.auth module.
- Fixed an case in which the Future returned by RequestHandler.finish
could fail to resolve.
- The TwitterMixin.authenticate_redirect method works again.
- Improved error handling in the tornado.auth module, fixing hanging
requests when a network or other error occurs.
http://www.tornadoweb.org/en/stable/releases/v5.1.1.html
https://pypi.org/project/tornado/
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...