8000 [po] auto sync · python/python-docs-zh-cn@eb18303 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb18303

Browse files
[po] auto sync
1 parent db53a41 commit eb18303

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.45%", "updated_at": "2024-03-14T01:28:29Z"}
1+
{"translation": "91.46%", "updated_at": "2024-03-14T02:13:08Z"}

whatsnew/3.5.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3783,6 +3783,8 @@ msgid ""
37833783
"instead of raising :exc:`InterruptedError` if the Python signal handler does"
37843784
" not raise an exception."
37853785
msgstr ""
3786+
":pep:`475`: 现在当系统调用被信号中断时如果 Python 信号处理句柄没有引发异常则会执行重试而不是引发 "
3787+
":exc:`InterruptedError`。"
37863788

37873789
#: ../../whatsnew/3.5.rst:2402
37883790
msgid ""
@@ -3791,6 +3793,8 @@ msgid ""
37913793
"obscure and error-prone and has been removed in Python 3.5. See "
37923794
":issue:`13936` for full details."
37933795
msgstr ""
3796+
"在 Python 3.5 之前,如果一个 :class:`datetime.time` 对象是表示 UTC 时间的午夜则会被视为假值。 "
3797+
"此行为被认为容易造成困惑和错误因而在 Python 3.5 中已被去除。 详情参见 :issue:`13936`。"
37943798

37953799
#: ../../whatsnew/3.5.rst:2407
37963800
msgid ""
@@ -3799,6 +3803,9 @@ msgid ""
37993803
"blocking socket if the operation would block. Previously, it would return "
38003804
"``0``. (Contributed by Nikolaus Rath in :issue:`20951`.)"
38013805
msgstr ""
3806+
"现在当操作将要阻塞时 :meth:`ssl.SSLSocket.send()` 方法将在非阻塞的套接字上引发 "
3807+
":exc:`ssl.SSLWantReadError` 或 :exc:`ssl.SSLWantWriteError`。 在之前版本中,它将返回 "
3808+
"``0``。 (由 Nikolaus Rath 在 :issue:`20951` 中贡献。)"
38023809

38033810
#: ../../whatsnew/3.5.rst:2412
38043811
msgid ""

0 commit comments

Comments
 (0)
0