Skip to content

Commit 70e08eb

Browse files
[po] auto sync
1 parent 984d6a8 commit 70e08eb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.50%", "updated_at": "2024-04-16T02:25:34Z"}
1+
{"translation": "92.51%", "updated_at": "2024-04-17T01:37:39Z"}

whatsnew/3.4.po

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,9 @@ msgid ""
16651665
"was inadvertently omitted in the original implementation. (Contributed by "
16661666
"Eric Snow in :issue:`19152`.)"
16671667
msgstr ""
1668+
"现在 :class:`importlib.machinery.ExtensionFileLoader` 增加了 "
1669+
":meth:`~importlib.machinery.ExtensionFileLoader.get_filename` 方法。 "
1670+
"此方法在最初的实现中意外缺失。 (由 Eric Snow 在 :issue:`19152` 中贡献。)"
16681671

16691672
#: ../../whatsnew/3.4.rst:1024
16701673
msgid "inspect"
@@ -1677,6 +1680,9 @@ msgid ""
16771680
"for modules, classes and functions. (Contributed by Claudiu Popa and Nick "
16781681
"Coghlan in :issue:`18626`.)"
16791682
msgstr ""
1683+
"现在 :mod:`inspect` 模块提供了一个基本的 :ref:`命令行界面 <inspect-module-cli>` "
1684+
"用于快速显示模块、类和函数的源代码以及其他信息。 (由 Claudiu Popa 和 Nick Coghlan 在 :issue:`18626` "
1685+
"中贡献。)"
16801686

16811687
#: ../../whatsnew/3.4.rst:1031
16821688
msgid ""
@@ -1685,6 +1691,9 @@ msgid ""
16851691
"``__wrapped__`` attribute on a wrapper function). (Contributed by Daniel "
16861692
"Urban, Aaron Iles and Nick Coghlan in :issue:`13266`.)"
16871693
msgstr ""
1694+
":func:`~inspect.unwrap` 用于方便地解开由 :func:`functools.wraps` (以及任何在包装器函数上设置 "
1695+
"``__wrapped__`` 属性的 API) 创建的包装器函数链。 (由 Daniel Urban, Aaron Iles 和 Nick "
1696+
"Coghlan 在 :issue:`13266` 中贡献。)"
16881697

16891698
#: ../../whatsnew/3.4.rst:1036
16901699
msgid ""
@@ -1694,6 +1703,8 @@ msgid ""
16941703
"metaclasses. (Contributed by Ethan Furman in :issue:`18929` and "
16951704
":issue:`19030`.)"
16961705
msgstr ""
1706+
"作为新的 :mod:`enum` 模块实现的一部分,现在 :mod:`inspect` 模块通过元类为自定义 ``__dir__`` "
1707+
"方法和动态类属性提供了更好的支持。 (由 Ethan Furman 在 :issue:`18929` 和 :issue:`19030` 中贡献。)"
16971708

16981709
#: ../../whatsnew/3.4.rst:1042
16991710
msgid ""

0 commit comments

Comments
 (0)