mirror of https://github.com/python/cpython
added handle_error method description
This commit is contained in:
parent
1453754fcd
commit
c318260a71
|
@ -105,6 +105,11 @@ def handle_write(self):
|
||||||
Called when the socket is closed.
|
Called when the socket is closed.
|
||||||
\end{methoddesc}
|
\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}{}
|
\begin{methoddesc}{handle_accept}{}
|
||||||
Called on listening sockets when they actually accept a new
|
Called on listening sockets when they actually accept a new
|
||||||
connection.
|
connection.
|
||||||
|
|
Loading…
Reference in New Issue