Commit b70c6eb9 authored by Skip Montanaro's avatar Skip Montanaro

added handle_error method description

parent 9f65bdaf
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment