[Python-checkins] r85228 - python/branches/py3k/Doc/library/asyncore.rst

georg.brandl python-checkins at python.org
Tue Oct 5 09:16:01 CEST 2010


Author: georg.brandl
Date: Tue Oct  5 09:16:01 2010
New Revision: 85228

Log:
Indent version tags properly.

Modified:
   python/branches/py3k/Doc/library/asyncore.rst

Modified: python/branches/py3k/Doc/library/asyncore.rst
==============================================================================
--- python/branches/py3k/Doc/library/asyncore.rst	(original)
+++ python/branches/py3k/Doc/library/asyncore.rst	Tue Oct  5 09:16:01 2010
@@ -147,7 +147,8 @@
       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 @@
       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()
 


More information about the Python-checkins mailing list