mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #15060: better fix, thanks to review on #python-dev
This commit is contained in:
parent
56692f5722
commit
27b130e702
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Socket addresses are represented as follows:
|
|||
- A pair ``(host, port)`` is used for the :const:`AF_INET` address family,
|
||||
where *host* is a string representing either a hostname in Internet domain
|
||||
notation like ``'daring.cwi.nl'`` or an IPv4 address like ``'100.50.200.5'``,
|
||||
and *port* is an integer port number.
|
||||
and *port* is an integer.
|
||||
|
||||
- For :const:`AF_INET6` address family, a four-tuple ``(host, port, flowinfo,
|
||||
scopeid)`` is used, where *flowinfo* and *scopeid* represent the ``sin6_flowinfo``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue