Kaydet (Commit) 2d78070f authored tarafından Dirkjan Ochtman's avatar Dirkjan Ochtman

Issue #7733: add explicit reference in asyncore docs.

üst 48605be1
...@@ -202,7 +202,8 @@ any that have been added to the map during asynchronous service) is closed. ...@@ -202,7 +202,8 @@ any that have been added to the map during asynchronous service) is closed.
.. method:: bind(address) .. method:: bind(address)
Bind the socket to *address*. The socket must not already be bound. (The 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 socket as re-usable (setting the :const:`SO_REUSEADDR` option), call
the :class:`dispatcher` object's :meth:`set_reuse_addr` method. the :class:`dispatcher` object's :meth:`set_reuse_addr` method.
......
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