forked from pool/python-tornado
- Update to 2.4.1:
- Fixed a memory leak in tornado.stack_context that was especially
likely with 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
callback would sometimes pass the last chunk of data to the
final callback instead of the streaming callback.
- Update to 2.4.1:
- Fixed a memory leak in tornado.stack_context that was especially
likely with 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
callback would sometimes pass the last chunk of data to the
final callback instead of the streaming callback.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
993180577a
commit
e3f43436de
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.4.1:
|
||||
- Fixed a memory leak in tornado.stack_context that was especially
|
||||
likely with 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
|
||||
callback would sometimes pass the last chunk of data to the
|
||||
final callback instead of the streaming callback.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user