diff options
author | Georg Brandl <georg@python.org> | 2010-10-05 07:16:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-05 07:16:01 (GMT) |
commit | eeed95538e287a95e399b9b7a27cd37cb3cf7589 (patch) | |
tree | 40980b970729ebadf543dbb505476a97f77986a5 | |
parent | ef777bd3d356a4cb1b192f61753c7b2f2c509582 (diff) | |
download | cpython-eeed95538e287a95e399b9b7a27cd37cb3cf7589.zip cpython-eeed95538e287a95e399b9b7a27cd37cb3cf7589.tar.gz cpython-eeed95538e287a95e399b9b7a27cd37cb3cf7589.tar.bz2 |
Indent version tags properly.
-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() |