]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release note updates.
authorBen Darnell <ben@bendarnell.com>
Sat, 15 Jun 2013 18:03:25 +0000 (14:03 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 15 Jun 2013 18:03:25 +0000 (14:03 -0400)
docs/releases/next.rst

index a8d384b91b2893e68037eb1ab5926b4dd2aee6ae..cc7dc26439ccfa096a1e145c28d5090d369b5443 100644 (file)
@@ -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`
 ~~~~~~~~~~~~~~~~~
@@ -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`
 ~~~~~~~~~~~~~~~~~~~~~~~