@@ -3785,6 +3785,8 @@ msgid ""
37853785"deprecated in 3.4.4 and is now removed. (Contributed by A. Jesse Jiryu Davis"
37863786" in :issue:`23464`.)"
37873787msgstr ""
3788+ "暂定的 :mod:`asyncio` 模块中的 JoinableQueue 类在 3.4.4 中被弃用,现在已被移除。 (由 A. Jesse "
3789+ "Jiryu Davis 在 :issue:`23464` 中贡献。)"
37883790
37893791#: ../../whatsnew/3.5.rst:2377
37903792msgid "Porting to Python 3.5"
@@ -3811,6 +3813,7 @@ msgid ""
38113813"Python 3.5 now correctly raises a :exc:`SyntaxError`, as generator "
38123814"expressions must be put in parentheses if not a sole argument to a function."
38133815msgstr ""
3816+ "对于生成器表达式不是传给函数的唯一参数时必须放在圆括号内的情况,Python 3.5 现在会正确地引发 :exc:`SyntaxError`。"
38143817
38153818#: ../../whatsnew/3.5.rst:2397
38163819msgid "Changes in the Python API"
@@ -3822,6 +3825,8 @@ msgid ""
38223825"instead of raising :exc:`InterruptedError` if the Python signal handler does"
38233826" not raise an exception."
38243827msgstr ""
3828+ ":pep:`475`: 现在当系统调用被信号中断时如果 Python 信号处理句柄没有引发异常则会执行重试而不是引发 "
3829+ ":exc:`InterruptedError`。"
38253830
38263831#: ../../whatsnew/3.5.rst:2403
38273832msgid ""
@@ -3830,6 +3835,8 @@ msgid ""
38303835"obscure and error-prone and has been removed in Python 3.5. See "
38313836":issue:`13936` for full details."
38323837msgstr ""
3838+ "在 Python 3.5 之前,如果一个 :class:`datetime.time` 对象是表示 UTC 时间的午夜则会被视为假值。 "
3839+ "此行为被认为容易造成困惑和错误因而在 Python 3.5 中已被去除。 详情参见 :issue:`13936`。"
38333840
38343841#: ../../whatsnew/3.5.rst:2408
38353842msgid ""
@@ -3838,6 +3845,9 @@ msgid ""
38383845"blocking socket if the operation would block. Previously, it would return "
38393846"``0``. (Contributed by Nikolaus Rath in :issue:`20951`.)"
38403847msgstr ""
3848+ "现在当操作将要阻塞时 :meth:`ssl.SSLSocket.send()` 方法将在非阻塞的套接字上引发 "
3849+ ":exc:`ssl.SSLWantReadError` 或 :exc:`ssl.SSLWantWriteError`。 在之前版本中,它将返回 "
3850+ "``0``。 (由 Nikolaus Rath 在 :issue:`20951` 中贡献。)"
38413851
38423852#: ../../whatsnew/3.5.rst:2413
38433853msgid ""
0 commit comments