From: Skip Montanaro Date: Thu, 31 Jan 2002 17:32:24 +0000 (+0000) Subject: added handle_error method description X-Git-Tag: v2.3c1~6757 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c318260a7121149153dcfc213a36ac81d8266875;p=thirdparty%2FPython%2Fcpython.git added handle_error method description --- diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex index 8f8be9888aec..cae972d5c258 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.