@@ -1731,6 +1731,8 @@ msgid ""
1731
1731
"which adds support for functions compiled with Cython. (Contributed by "
1732
1732
"Stefan Behnel and Yury Selivanov in :issue:`17159`.)"
1733
1733
msgstr ""
1734
+ "现在 :func:`~inspect.signature` 支持 CPython 函数的鸭子类型,它增加了对使用 Cython 编译的函数的支持。 (由"
1735
+ " Stefan Behnel 和 Yury Selivanov 在 :issue:`17159` 中贡献。)"
1734
1736
1735
1737
#: ../../whatsnew/3.4.rst:1059
1736
1738
msgid "ipaddress"
@@ -1744,13 +1746,17 @@ msgid ""
1744
1746
"by the normal standard library requirements to maintain backwards "
1745
1747
"compatibility."
1746
1748
msgstr ""
1749
<
8000
span class="diff-text-marker">+":mod:`ipaddress` 已在 Python 3.3 中作为 :term:`provisional API` 被添加到标准库。 随着 "
1750
+ "Python 3.4 的发布,此限定已被移除:现在 :mod:`ipaddress` 属于稳定 API,由常规的标准库需求所覆盖以维护向下兼容性。"
1747
1751
1748
1752
#: ../../whatsnew/3.4.rst:1067
1749
1753
msgid ""
1750
1754
"A new :attr:`~ipaddress.IPv4Address.is_global` property is ``True`` if an "
1751
1755
"address is globally routeable. (Contributed by Peter Moody in "
1752
1756
":issue:`17400`.)"
1753
1757
msgstr ""
1758
+ "如果一个地址是全局可路由的则新增的 :attr:`~ipaddress.IPv4Address.is_global` 属性将为 ``True``。 (由"
1759
+ " Peter Moody 在 :issue:`17400` 中贡献。)"
1754
1760
1755
1761
#: ../../whatsnew/3.4.rst:1073
1756
1762
msgid "logging"
@@ -3918,6 +3924,10 @@ msgid ""
3918
3924
"string allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc` "
3919
3925
"(:issue:`16742`)"
3920
3926
msgstr ""
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`)"
3921
3931
3922
3932
#: ../../whatsnew/3.4.rst:2510
3923
3933
msgid ""
0 commit comments