Commit eeed9553 authored by Georg Brandl's avatar Georg Brandl

Indent version tags properly.

parent ef777bd3
...@@ -147,7 +147,8 @@ any that have been added to the map during asynchronous service) is closed. ...@@ -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 call for the local endpoint. Deprecated in version 3.2; use
:meth:`handle_accepted` instead. :meth:`handle_accepted` instead.
.. deprecated:: 3.2 .. deprecated:: 3.2
.. method:: handle_accepted(sock, addr) .. method:: handle_accepted(sock, addr)
...@@ -157,7 +158,8 @@ any that have been added to the map during asynchronous service) is closed. ...@@ -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 send and receive data on the connection, and *address* is the address
bound to the socket on the other end of the connection. bound to the socket on the other end of the connection.
.. versionadded:: 3.2 .. versionadded:: 3.2
.. method:: readable() .. method:: readable()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment