mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
added handle_error method description
This commit is contained in:
parent
1453754fcd
commit
c318260a71
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue