File: v5.1.1.rst

package info (click to toggle)
python-tornado 6.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,408 kB
  • sloc: python: 28,501; javascript: 156; sh: 100; ansic: 58; xml: 49; makefile: 49; sql: 23
file content (14 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
What's new in Tornado 5.1.1
===========================

Sep 16, 2018
------------

Bug fixes
~~~~~~~~~

- 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.