mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Issue #26980: Improve docs for create_unix_connection(). By Mariatta.
This commit is contained in:
parent
a7c972e03b
commit
9e80eeb22d
1 changed files with 4 additions and 0 deletions
|
@ -380,6 +380,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue