]> granicus.if.org Git - python/commitdiff
added handle_error method description
authorSkip Montanaro <skip@pobox.com>
Thu, 31 Jan 2002 17:32:24 +0000 (17:32 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 31 Jan 2002 17:32:24 +0000 (17:32 +0000)
Doc/lib/libasyncore.tex

index 8f8be9888aec316adb49e224612247d97ed0ed42..cae972d5c2583b3a557b5bef42798175770d4eba 100644 (file)
@@ -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.