From c318260a7121149153dcfc213a36ac81d8266875 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 31 Jan 2002 17:32:24 +0000 Subject: added handle_error method description --- Doc/lib/libasyncore.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex index 8f8be98..cae972d 100644 --- a/Doc/lib/libasyncore.tex +++ b/Doc/lib/libasyncore.tex @@ -105,6 +105,11 @@ def handle_write(self): Called when the socket is closed. \end{methoddesc} +\begin{methoddesc}{handle_error}{} + Called when an exception is raised and not otherwise handled. The default + version prints a condensed traceback. +\end{methoddesc} + \begin{methoddesc}{handle_accept}{} Called on listening sockets when they actually accept a new connection. -- cgit v0.12