]> granicus.if.org Git - python/commitdiff
Merged revisions 78415 via svnmerge from
authorGeorg Brandl <georg@python.org>
Wed, 19 May 2010 14:14:45 +0000 (14:14 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 19 May 2010 14:14:45 +0000 (14:14 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78415 | dirkjan.ochtman | 2010-02-24 05:00:52 +0100 (Mi, 24 Feb 2010) | 1 line

  Issue #7733: add explicit reference in asyncore docs.
........

Doc/library/asyncore.rst

index a2e1b5ed73ab111516c09190ebf225b4326193be..468e5b57d9d6c8f6503cc750d3cc80cd37066045 100644 (file)
@@ -202,7 +202,8 @@ any that have been added to the map during asynchronous service) is closed.
    .. method:: bind(address)
 
       Bind the socket to *address*.  The socket must not already be bound.  (The
-      format of *address* depends on the address family --- see above.)  To mark
+      format of *address* depends on the address family --- refer to the
+      :mod:`socket` documentation for more information.)  To mark
       the socket as re-usable (setting the :const:`SO_REUSEADDR` option), call
       the :class:`dispatcher` object's :meth:`set_reuse_addr` method.