From: Ben Darnell Date: Fri, 5 Oct 2012 04:01:56 +0000 (-0700) Subject: Fix typo in release notes (thanks jparise!)) X-Git-Tag: v3.0.0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c34eecaa6e7aeba755805f698cf6fca0f8eb4dc;p=thirdparty%2Ftornado.git Fix typo in release notes (thanks jparise!)) --- diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index 7a8880e23..330d73168 100644 --- a/website/sphinx/releases/next.rst +++ b/website/sphinx/releases/next.rst @@ -132,7 +132,7 @@ In progress continue to work only as long as the IOLoop's ``time_func`` argument is not used). * `IOStream` now raises a new exception - `tornado.iostream.StreamClosedException` when you attempt to read or + `tornado.iostream.StreamClosedError` when you attempt to read or write after the stream has been closed (by either side). * `IOStream` now simply closes the connection when it gets an ``ECONNRESET`` error, rather than logging it as an error.