From: Victor Stinner Date: Mon, 27 Jan 2014 11:18:49 +0000 (+0100) Subject: asyncio: IncompleteReadError is a subclass of EOFError X-Git-Tag: v3.4.0rc1~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32970b8decc1bb96058898c6cef5a98b21bcf60b;p=thirdparty%2FPython%2Fcpython.git asyncio: IncompleteReadError is a subclass of EOFError --- diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index cffb79be1cc9..22733c1adbf1 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -216,7 +216,7 @@ IncompleteReadError .. exception:: IncompleteReadError - Incomplete read error. + Incomplete read error, subclass of :exc:`EOFError`. .. attribute:: expected