From: Georg Brandl Date: Tue, 5 Oct 2010 07:16:01 +0000 (+0000) Subject: Indent version tags properly. X-Git-Tag: v3.2a3~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eeed95538e287a95e399b9b7a27cd37cb3cf7589;p=thirdparty%2FPython%2Fcpython.git Indent version tags properly. --- diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst index 1ffa132d4359..cdfdb7a022b8 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()