8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52d494 commit 1d1480fCopy full SHA for 1d1480f
Doc/library/socket.rst
@@ -803,8 +803,8 @@ The following functions all create :ref:`socket objects <socket-objects>`.
803
``(host, port)``) and returns the socket object.
804
805
*family* should be either :data:`AF_INET` or :data:`AF_INET6`.
806
- *backlog* is the queue size passed to :meth:`socket.listen`; when ``0``
807
- a default reasonable value is chosen.
+ *backlog* is the queue size passed to :meth:`socket.listen`; if not specified
+ , a default reasonable value is chosen.
808
*reuse_port* dictates whether to set the :data:`SO_REUSEPORT` socket option.
809
810
If *dualstack_ipv6* is true and the platform supports it the socket will
0 commit comments