Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4948a46

Browse files
committed
Issue python#26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)
2 parents 5f548a2 + 9e80eeb commit 4948a46

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,10 @@ Creating connections
381381
establish the connection in the background. When successful, the
382382
coroutine returns a ``(transport, protocol)`` pair.
383383

384+
*path* is the name of a UNIX domain socket, and is required unless a *sock*
385+
parameter is specified. Abstract UNIX sockets, :class:`str`, and
386+
:class:`bytes` paths are supported.
387+
384388
See the :meth:`AbstractEventLoop.create_connection` method for parameters.
385389

386390
Availability: UNIX.

0 commit comments

Comments
 (0)