Commit 32970b8d authored by Victor Stinner's avatar Victor Stinner

asyncio: IncompleteReadError is a subclass of EOFError

parent b7f19ff9
...@@ -216,7 +216,7 @@ IncompleteReadError ...@@ -216,7 +216,7 @@ IncompleteReadError
.. exception:: IncompleteReadError .. exception:: IncompleteReadError
Incomplete read error. Incomplete read error, subclass of :exc:`EOFError`.
.. attribute:: expected .. attribute:: expected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment