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