Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56bb103

Browse files
[po] auto sync
1 parent fecf7ce commit 56bb103

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.94%", "updated_at": "2024-04-19T02:16:43Z"}
1+
{"translation": "91.95%", "updated_at": "2024-04-19T03:09:23Z"}

whatsnew/3.4.po

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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`.)"
17331733
msgstr ""
1734+
"现在 :func:`~inspect.signature` 支持 CPython 函数的鸭子类型,它增加了对使用 Cython 编译的函数的支持。 (由"
1735+
" Stefan Behnel 和 Yury Selivanov 在 :issue:`17159` 中贡献。)"
17341736

17351737
#: ../../whatsnew/3.4.rst:1059
17361738
msgid "ipaddress"
@@ -1744,13 +1746,17 @@ msgid ""
17441746
"by the normal standard library requirements to maintain backwards "
17451747
"compatibility."
17461748
msgstr ""
1749+
":mod:`ipaddress` 已在 Python 3.3 中作为 :term:`provisional API` 被添加到标准库。 随着 "
1750+
"Python 3.4 的发布,此限定已被移除:现在 :mod:`ipaddress` 属于稳定 API,由常规的标准库需求所覆盖以维护向下兼容性。"
17471751

17481752
#: ../../whatsnew/3.4.rst:1067
17491753
msgid ""
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`.)"
17531757
msgstr ""
1758+
"如果一个地址是全局可路由的则新增的 :attr:`~ipaddress.IPv4Address.is_global` 属性将为 ``True``。 (由"
1759+
" Peter Moody 在 :issue:`17400` 中贡献。)"
17541760

17551761
#: ../../whatsnew/3.4.rst:1073
17561762
msgid "logging"
@@ -3918,6 +3924,10 @@ msgid ""
39183924
"string allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc` "
39193925
"(:issue:`16742`)"
39203926
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`)"
39213931

39223932
#: ../../whatsnew/3.4.rst:2510
39233933
msgid ""

0 commit comments

Comments
 (0)