Tornado 2.4.1 新特性¶

Nov 24, 2012¶

Bug fixes¶

  • Fixed a memory leak in tornado.stack_context that was especially likelywith long-running @gen.engine functions.
  • tornado.auth.TwitterMixin now works on Python 3.
  • Fixed a bug in which IOStream.read_until_close with a streaming callbackwould sometimes pass the last chunk of data to the final callback insteadof the streaming callback.

原文:

https://tornado-zh-cn.readthedocs.io/zh_CN/latest/releases/v2.4.1.html