diff options
-rw-r--r-- | Doc/library/asyncore.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst index 1ffa132..cdfdb7a 100644 --- a/Doc/library/asyncore.rst +++ b/Doc/library/asyncore.rst @@ -147,7 +147,8 @@ any that have been added to the map during asynchronous service) is closed. call for the local endpoint. Deprecated in version 3.2; use :meth:`handle_accepted` instead. - .. deprecated:: 3.2 + .. deprecated:: 3.2 + .. method:: handle_accepted(sock, addr) @@ -157,7 +158,8 @@ any that have been added to the map during asynchronous service) is closed. send and receive data on the connection, and *address* is the address bound to the socket on the other end of the connection. - .. versionadded:: 3.2 + .. versionadded:: 3.2 + .. method:: readable() |