diff options
author | Skip Montanaro <skip@pobox.com> | 2002-01-31 17:32:24 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-01-31 17:32:24 (GMT) |
commit | c318260a7121149153dcfc213a36ac81d8266875 (patch) | |
tree | 8584ed9c47fea7bd80898194533bbde0a2d1aca5 /Doc/lib | |
parent | 1453754fcda8d9f48e484ce39e80ef5b27aada99 (diff) | |
download | cpython-c318260a7121149153dcfc213a36ac81d8266875.zip cpython-c318260a7121149153dcfc213a36ac81d8266875.tar.gz cpython-c318260a7121149153dcfc213a36ac81d8266875.tar.bz2 |
added handle_error method description
Diffstat (limited to 'Doc/lib')
-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. |