Skip to content

Commit 2047c2a

Browse files
sync with cpython 1374459c
1 parent 3ebcb9d commit 2047c2a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

library/socket.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"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"
1111
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -972,13 +972,13 @@ msgstr ""
972972
#: ../../library/socket.rst:816
973973
msgid ""
974974
"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."
982982
msgstr ""
983983

984984
#: ../../library/socket.rst:830

library/sqlite3.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"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"
1111
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -595,8 +595,8 @@ msgstr ""
595595
msgid ""
596596
"Using this attribute you can control what objects are returned for the "
597597
"``TEXT`` data type. By default, this attribute is set to :class:`str` and "
598-
"the :mod:`sqlite3` module will return Unicode objects for ``TEXT``. If you "
599-
"want to return bytestrings instead, you can set it to :class:`bytes`."
598+
"the :mod:`sqlite3` module will return :class:`str` objects for ``TEXT``. If "
599+
"you want to return :class:`bytes` instead, you can set it to :class:`bytes`."
600600
msgstr ""
601601

602602
#: ../../library/sqlite3.rst:519

0 commit comments

Comments
 (0)