Kaydet (Commit) 9e80eeb2 authored tarafından Guido van Rossum's avatar Guido van Rossum

Issue #26980: Improve docs for create_unix_connection(). By Mariatta.

üst a7c972e0
......@@ -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.
......
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