From c1d15fdaf78e6e33bf853d94f54e9c7c58519485 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 19 May 2013 19:24:34 +0100 Subject: [PATCH] py/tripe.py.in: Complete the docstring for `TripeCommandDispatcher'. Organization: Straylight/Edgeware From: Mark Wooding --- py/tripe.py.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/py/tripe.py.in b/py/tripe.py.in index c2b430be..fca38102 100644 --- a/py/tripe.py.in +++ b/py/tripe.py.in @@ -663,7 +663,10 @@ class TripeCommandDispatcher (TripeConnection): The dispatcher also has a special response code of its own: CONNERR indicates that the connection failed and the command has therefore been - lost; the + lost. This is sent to all outstanding commands when a connection error is + encountered: rather than a token list, it is accompanied by an exception + object which is the cause of the disconnection, which may be `None' if the + disconnection is expected (e.g., the direct result of a user request). """ ## --- Infrastructure --- -- [mdw]