mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
The usual.
This commit is contained in:
parent
f84a539d38
commit
ff712aa8ab
28 changed files with 910 additions and 92 deletions
|
@ -65,7 +65,7 @@ for optional in ("AF_UNIX",
|
|||
):
|
||||
missing_ok(optional)
|
||||
|
||||
socktype = socket.socket_type
|
||||
socktype = socket.SocketType
|
||||
hostname = socket.gethostname()
|
||||
ip = socket.gethostbyname(hostname)
|
||||
hname, aliases, ipaddrs = socket.gethostbyaddr(ip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue