Skip to content

Commit

Permalink
bpo-20582: add link for manpage for flags on getnameinfo() (pythonGH-…
Browse files Browse the repository at this point in the history
  • Loading branch information
eamanu authored and miss-islington committed Apr 11, 2019
1 parent 21a74a9 commit 3993ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3993ccb

Please sign in to comment.