mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)
This commit is contained in:
parent
21a74a9d77
commit
3993ccb682
1 changed files with 2 additions and 0 deletions
|
|
@ -796,6 +796,8 @@ The :mod:`socket` module also offers various network-related services:
|
|||
For IPv6 addresses, ``%scope`` is appended to the host part if *sockaddr*
|
||||
contains meaningful *scopeid*. Usually this happens for multicast addresses.
|
||||
|
||||
For more information about *flags* you can consult :manpage:`getnameinfo(3)`.
|
||||
|
||||
.. function:: getprotobyname(protocolname)
|
||||
|
||||
Translate an Internet protocol name (for example, ``'icmp'``) to a constant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue