@@ -1731,6 +1731,8 @@ msgid ""
17311731"which adds support for functions compiled with Cython. (Contributed by "
17321732"Stefan Behnel and Yury Selivanov in :issue:`17159`.)"
17331733msgstr ""
1734+ "现在 :func:`~inspect.signature` 支持 CPython 函数的鸭子类型,它增加了对使用 Cython 编译的函数的支持。 (由"
1735+ " Stefan Behnel 和 Yury Selivanov 在 :issue:`17159` 中贡献。)"
17341736
17351737#: ../../whatsnew/3.4.rst:1059
17361738msgid "ipaddress"
@@ -1744,13 +1746,17 @@ msgid ""
17441746"by the normal standard library requirements to maintain backwards "
17451747"compatibility."
17461748msgstr ""
1749+ ":mod:`ipaddress` 已在 Python 3.3 中作为 :term:`provisional API` 被添加到标准库。 随着 "
1750+ "Python 3.4 的发布,此限定已被移除:现在 :mod:`ipaddress` 属于稳定 API,由常规的标准库需求所覆盖以维护向下兼容性。"
17471751
17481752#: ../../whatsnew/3.4.rst:1067
17491753msgid ""
17501754"A new :attr:`~ipaddress.IPv4Address.is_global` property is ``True`` if an "
17511755"address is globally routeable. (Contributed by Peter Moody in "
17521756":issue:`17400`.)"
17531757msgstr ""
1758+ "如果一个地址是全局可路由的则新增的 :attr:`~ipaddress.IPv4Address.is_global` 属性将为 ``True``。 (由"
1759+ " Peter Moody 在 :issue:`17400` 中贡献。)"
17541760
17551761#: ../../whatsnew/3.4.rst:1073
17561762msgid "logging"
@@ -3918,6 +3924,10 @@ msgid ""
39183924"string allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc` "
39193925"(:issue:`16742`)"
39203926msgstr ""
3927+ "现在 :c:data:`PyOS_ReadlineFunctionPointer` 回调的结果必须是一个由 "
3928+ ":c:func:`PyMem_RawMalloc` 或 :c:func:`PyMem_RawRealloc` 分配的字符串,或者如果发生错误则为 "
3929+ "``NULL``,而不是由 :c:func:`PyMem_Malloc` 或 :c:func:`PyMem_Realloc` 分配的字符串 "
3930+ "(:issue:`16742`)"
39213931
39223932#: ../../whatsnew/3.4.rst:2510
39233933msgid ""
0 commit comments