File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.05 %" , "updated_at" : " 2024-03-14T01:36:00Z " }
1
+ {"translation" : " 92.06 %" , "updated_at" : " 2024-03-14T02:24:41Z " }
Original file line number Diff line number Diff line change @@ -3782,6 +3782,8 @@ msgid ""
3782
3782
"instead of raising :exc:`InterruptedError` if the Python signal handler does"
3783
3783
" not raise an exception."
3784
3784
msgstr ""
3785
+ ":pep:`475`: 现在当系统调用被信号中断时如果 Python 信号处理句柄没有引发异常则会执行重试而不是引发 "
3786
+ ":exc:`InterruptedError`。"
3785
3787
3786
3788
#: ../../whatsnew/3.5.rst:2402
3787
3789
msgid ""
@@ -3790,6 +3792,8 @@ msgid ""
3790
3792
"obscure and error-prone and has been removed in Python 3.5. See "
3791
3793
":issue:`13936` for full details."
3792
3794
msgstr ""
3795
+ "在 Python 3.5 之前,如果一个 :class:`datetime.time` 对象是表示 UTC 时间的午夜则会被视为假值。 "
3796
+ "此行为被认为容易造成困惑和错误因而在 Python 3.5 中已被去除。 详情参见 :issue:`13936`。"
3793
3797
3794
3798
#: ../../whatsnew/3.5.rst:2407
3795
3799
msgid ""
@@ -3798,6 +3802,9 @@ msgid ""
3798
3802
"blocking socket if the operation would block. Previously, it would return "
3799
3803
"``0``. (Contributed by Nikolaus Rath in :issue:`20951`.)"
3800
3804
msgstr ""
3805
+ "现在当操作将要阻塞时 :meth:`ssl.SSLSocket.send()` 方法将在非阻塞的套接字上引发 "
3806
+ ":exc:`ssl.SSLWantReadError` 或 :exc:`ssl.SSLWantWriteError`。 在之前版本中,它将返回 "
3807
+ "``0``。 (由 Nikolaus Rath 在 :issue:`20951` 中贡献。)"
3801
3808
3802
3809
#: ../../whatsnew/3.5.rst:2412
3803
3810
msgid ""
You can’t perform that action at this time.
0 commit comments