diff options
-rw-r--r-- | Doc/lib/libasyncore.tex | 5 |
1 files changed, 5 insertions, 0 deletions
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. |