File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.52%" , "updated_at" : " 2024-04-19T02:31:10Z " }
1
+ {"translation" : " 92.52%" , "updated_at" : " 2024-04-19T03:23:41Z " }
Original file line number Diff line number Diff line change @@ -1746,13 +1746,17 @@ msgid ""
1746
1746
"by the normal standard library requirements to maintain backwards "
1747
1747
"compatibility."
1748
1748
msgstr ""
1749
+ ":mod:`ipaddress` 已在 Python 3.3 中作为 :term:`provisional API` 被添加到标准库。 随着 "
1750
+ "Python 3.4 的发布,此限定已被移除:现在 :mod:`ipaddress` 属于稳定 API,由常规的标准库需求所覆盖以维护向下兼容性。"
1749
1751
1750
1752
#: ../../whatsnew/3.4.rst:1067
1751
1753
msgid ""
1752
1754
"A new :attr:`~ipaddress.IPv4Address.is_global` property is ``True`` if an "
1753
1755
"address is globally routeable. (Contributed by Peter Moody in "
1754
1756
":issue:`17400`.)"
1755
1757
msgstr ""
1758
+ "如果一个地址是全局可路由的则新增的 :attr:`~ipaddress.IPv4Address.is_global` 属性将为 ``True``。 (由"
1759
+ " Peter Moody 在 :issue:`17400` 中贡献。)"
1756
1760
1757
1761
#: ../../whatsnew/3.4.rst:1073
1758
1762
msgid "logging"
@@ -3920,6 +3924,10 @@ msgid ""
3920
3924
"string allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc` "
3921
3925
"(:issue:`16742`)"
3922
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`)"
3923
3931
3924
3932
#: ../../whatsnew/3.4.rst:2510
3925
3933
msgid ""
You can’t perform that action at this time.
0 commit comments