diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index 788c1e2e..c3110ea6 100644 --- a/website/sphinx/releases/next.rst +++ b/website/sphinx/releases/next.rst @@ -35,3 +35,9 @@ In progress using the same port. ``get_unused_port`` is now deprecated. * The `tornado.database` module has been removed. It is now available as a separate package, `torndb `_ +* New class `tornado.iostream.PipeIOStream` provides the IOStream + interface on pipe file descriptors. +* Much of `IOStream` has been refactored into a separate class + `BaseIOStream`. +* New class `tornado.process.Subprocess` wraps `subprocess.Popen` with + `PipeIOStream` access to the child's file descriptors.