From eeed95538e287a95e399b9b7a27cd37cb3cf7589 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 5 Oct 2010 07:16:01 +0000 Subject: Indent version tags properly. --- Doc/library/asyncore.rst | 6 ++++-- 1 file 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() -- cgit v0.12