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

Skip to content

Commit 9f575e2

Browse files
[po] auto sync
1 parent f315716 commit 9f575e2

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": "92.05%", "updated_at": "2024-03-14T01:36:00Z"}
1+
{"translation": "92.06%", "updated_at": "2024-03-14T02:24:41Z"}

whatsnew/3.5.po

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

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

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

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

0 commit comments

Comments
 (0)
0