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 d0a9bc5 commit c7dcfdaCopy full SHA for c7dcfda
Doc/library/socket.rst
@@ -717,8 +717,8 @@ The following functions all create :ref:`socket objects <socket-objects>`.
717
``(host, port)``) and return the socket object.
718
719
*family* should be either :data:`AF_INET` or :data:`AF_INET6`.
720
- *backlog* is the queue size passed to :meth:`socket.listen`; when ``0``
721
- 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.
722
*reuse_port* dictates whether to set the :data:`SO_REUSEPORT` socket option.
723
724
If *dualstack_ipv6* is true and the platform supports it the socket will
0 commit comments