]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release notes.
authorBen Darnell <ben@bendarnell.com>
Mon, 17 Sep 2012 02:53:32 +0000 (19:53 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 17 Sep 2012 02:53:32 +0000 (19:53 -0700)
website/sphinx/releases/next.rst

index 788c1e2ecf8763a1d190299f5c152e89e46d9907..c3110ea64d770f63062783ccf812ed139d3e6c8e 100644 (file)
@@ -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 <https://github.com/bdarnell/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.