From: Ben Darnell Date: Mon, 17 Sep 2012 02:53:32 +0000 (-0700) Subject: Release notes. X-Git-Tag: v3.0.0~272^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb16fc5420852663c3e20b6cd2f32280d776b46;p=thirdparty%2Ftornado.git Release notes. --- diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index 788c1e2ec..c3110ea64 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.