Commit 5b953f61 authored by Guido van Rossum's avatar Guido van Rossum

Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)

parents 8d93dba1 546e9ff5
......@@ -381,6 +381,10 @@ Creating connections
establish the connection in the background. When successful, the
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.
Availability: UNIX.
......
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