summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncore.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-05 07:16:01 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-05 07:16:01 (GMT)
commiteeed95538e287a95e399b9b7a27cd37cb3cf7589 (patch)
tree40980b970729ebadf543dbb505476a97f77986a5 /Doc/library/asyncore.rst
parentef777bd3d356a4cb1b192f61753c7b2f2c509582 (diff)
downloadcpython-eeed95538e287a95e399b9b7a27cd37cb3cf7589.zip
cpython-eeed95538e287a95e399b9b7a27cd37cb3cf7589.tar.gz
cpython-eeed95538e287a95e399b9b7a27cd37cb3cf7589.tar.bz2
Indent version tags properly.
Diffstat (limited to 'Doc/library/asyncore.rst')
-rw-r--r--Doc/library/asyncore.rst6
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()