Skip to content

Commit fefdf1b

Browse files
[po] auto sync
1 parent 8ecfcb9 commit fefdf1b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.52%", "updated_at": "2024-04-19T02:31:10Z"}
1+
{"translation": "92.52%", "updated_at": "2024-04-19T03:23:41Z"}

whatsnew/3.4.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,13 +1746,17 @@ msgid ""
17461746
"by the normal standard library requirements to maintain backwards "
17471747
"compatibility."
17481748
msgstr ""
1749+
":mod:`ipaddress` 已在 Python 3.3 中作为 :term:`provisional API` 被添加到标准库。 随着 "
1750+
"Python 3.4 的发布,此限定已被移除:现在 :mod:`ipaddress` 属于稳定 API,由常规的标准库需求所覆盖以维护向下兼容性。"
17491751

17501752
#: ../../whatsnew/3.4.rst:1067
17511753
msgid ""
17521754
"A new :attr:`~ipaddress.IPv4Address.is_global` property is ``True`` if an "
17531755
"address is globally routeable. (Contributed by Peter Moody in "
17541756
":issue:`17400`.)"
17551757
msgstr ""
1758+
"如果一个地址是全局可路由的则新增的 :attr:`~ipaddress.IPv4Address.is_global` 属性将为 ``True``。 (由"
1759+
" Peter Moody 在 :issue:`17400` 中贡献。)"
17561760

17571761
#: ../../whatsnew/3.4.rst:1073
17581762
msgid "logging"
@@ -3920,6 +3924,10 @@ msgid ""
39203924
"string allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc` "
39213925
"(:issue:`16742`)"
39223926
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`)"
39233931

39243932
#: ../../whatsnew/3.4.rst:2510
39253933
msgid ""

0 commit comments

Comments
 (0)