Skip to content

Commit 6ba412d

Browse files
sync with cpython aca77b55
1 parent 39744f7 commit 6ba412d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/socket.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-05-09 00:30+0000\n"
10+
"POT-Creation-Date: 2023-06-05 00:35+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-"
@@ -1645,8 +1645,9 @@ msgid ""
16451645
msgstr ""
16461646

16471647
#: ../../library/socket.rst:1431
1648-
msgid "This is equivalent to checking ``socket.gettimeout() == 0``."
1649-
msgstr ""
1648+
#, fuzzy
1649+
msgid "This is equivalent to checking ``socket.gettimeout() != 0``."
1650+
msgstr "``sock.setblocking(False)`` 等價於 ``sock.settimeout(0.0)``"
16501651

16511652
#: ../../library/socket.rst:1438
16521653
msgid ""

0 commit comments

Comments
 (0)