|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.7\n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2021-09-24 00:11+0000\n" |
| 10 | +"POT-Creation-Date: 2021-10-06 00:11+0000\n" |
11 | 11 | "PO-Revision-Date: 2018-05-23 16:10+0000\n"
|
12 | 12 | " Last-Translator: Adrian Liaw <[email protected]>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -972,13 +972,13 @@ msgstr ""
|
972 | 972 | #: ../../library/socket.rst:816
|
973 | 973 | msgid ""
|
974 | 974 | "Translate a host name to IPv4 address format, extended interface. Return a "
|
975 |
| -"triple ``(hostname, aliaslist, ipaddrlist)`` where *hostname* is the primary " |
976 |
| -"host name responding to the given *ip_address*, *aliaslist* is a (possibly " |
977 |
| -"empty) list of alternative host names for the same address, and *ipaddrlist* " |
978 |
| -"is a list of IPv4 addresses for the same interface on the same host (often " |
979 |
| -"but not always a single address). :func:`gethostbyname_ex` does not support " |
980 |
| -"IPv6 name resolution, and :func:`getaddrinfo` should be used instead for " |
981 |
| -"IPv4/v6 dual stack support." |
| 975 | +"triple ``(hostname, aliaslist, ipaddrlist)`` where *hostname* is the host's " |
| 976 | +"primary host name, *aliaslist* is a (possibly empty) list of alternative " |
| 977 | +"host names for the same address, and *ipaddrlist* is a list of IPv4 " |
| 978 | +"addresses for the same interface on the same host (often but not always a " |
| 979 | +"single address). :func:`gethostbyname_ex` does not support IPv6 name " |
| 980 | +"resolution, and :func:`getaddrinfo` should be used instead for IPv4/v6 dual " |
| 981 | +"stack support." |
982 | 982 | msgstr ""
|
983 | 983 |
|
984 | 984 | #: ../../library/socket.rst:830
|
|
0 commit comments