added handle_error method description

This commit is contained in:
Skip Montanaro 2002-01-31 17:32:24 +00:00
parent 1453754fcd
commit c318260a71
1 changed files with 5 additions and 0 deletions

View 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.