Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f548a2 + 9e80eeb commit 4948a46Copy full SHA for 4948a46
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -381,6 +381,10 @@ Creating connections
381
establish the connection in the background. When successful, the
382
coroutine returns a ``(transport, protocol)`` pair.
383
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
+
388
See the :meth:`AbstractEventLoop.create_connection` method for parameters.
389
390
Availability: UNIX.
0 commit comments