Skip to content

Commit

Permalink
Release note updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jun 15, 2013
1 parent cdd57fa commit d2df353
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/releases/next.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Multiple modules
whose size is set by the first one to be created (or the static
``Resolver.configure`` method).
* `.ExecutorResolver` is now documented for public use.
* `.bind_sockets` now works in configurations with incomplete IPv6 support.

`tornado.options`
~~~~~~~~~~~~~~~~~
Expand All @@ -137,6 +138,15 @@ Multiple modules
`.OptionParser.group_dict` returns all options with a given group
name, and `.OptionParser.as_dict` returns all options.

`tornado.process`
~~~~~~~~~~~~~~~~~

* `tornado.process.Subprocess` no longer leaks file descriptors into
the child process, which fixes a problem in which the child could not
detect that the parent process had closed its stdin pipe.
* `.Subprocess.set_exit_callback` now works for subprocesses created
without an explicit ``io_loop`` parameter.

`tornado.stack_context`
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit d2df353

Please sign in to comment.