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 0d57f10 commit e3b303aCopy full SHA for e3b303a
Doc/library/socket.rst
@@ -670,8 +670,8 @@ The following functions all create :ref:`socket objects <socket-objects>`.
670
``(host, port)``) and return the socket object.
671
672
*family* should be either :data:`AF_INET` or :data:`AF_INET6`.
673
- *backlog* is the queue size passed to :meth:`socket.listen`; when ``0``
674
- 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.
675
*reuse_port* dictates whether to set the :data:`SO_REUSEPORT` socket option.
676
677
If *dualstack_ipv6* is true and the platform supports it the socket will
0 commit comments