forked from tornadoweb/tornado
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 2.4.1, update release notes.
- Loading branch information
Showing
4 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
What's new in Tornado 2.4.1 | ||
=========================== | ||
|
||
Nov 24, 2012 | ||
------------ | ||
|
||
Bug fixes | ||
~~~~~~~~~ | ||
|
||
* 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. |