mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
6c7ec7282b
commit
11749e2dc2
61 changed files with 109 additions and 107 deletions
|
@ -45,7 +45,7 @@ Module interface:
|
|||
- socket.if_nameindex() -> list of tuples (if_index, if_name)
|
||||
- socket.if_nametoindex(name) -> corresponding interface index
|
||||
- socket.if_indextoname(index) -> corresponding interface name
|
||||
- an Internet socket address is a pair (hostname, port)
|
||||
- an internet socket address is a pair (hostname, port)
|
||||
where hostname can be anything recognized by gethostbyname()
|
||||
(including the dd.dd.dd.dd notation) and port is in host byte order
|
||||
- where a hostname is returned, the dd.dd.dd.dd notation is used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue