mirror of https://github.com/python/cpython.git
Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)
This commit is contained in:
commit
4948a462e8
|
@ -381,6 +381,10 @@ Creating connections
|
||||||
establish the connection in the background. When successful, the
|
establish the connection in the background. When successful, the
|
||||||
coroutine returns a ``(transport, protocol)`` pair.
|
coroutine returns a ``(transport, protocol)`` pair.
|
||||||
|
|
||||||
|
*path* is the name of a UNIX domain socket, and is required unless a *sock*
|
||||||
|
parameter is specified. Abstract UNIX sockets, :class:`str`, and
|
||||||
|
:class:`bytes` paths are supported.
|
||||||
|
|
||||||
See the :meth:`AbstractEventLoop.create_connection` method for parameters.
|
See the :meth:`AbstractEventLoop.create_connection` method for parameters.
|
||||||
|
|
||||||
Availability: UNIX.
|
Availability: UNIX.
|
||||||
|
|
Loading…
Reference in New Issue