8000 [po] auto sync · python/python-docs-zh-cn@9e44f93 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e44f93

Browse files
[po] auto sync
1 parent f732bce commit 9e44f93

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "83.25%", "updated_at": "2025-05-01T16:19:07Z"}
1+
{"translation": "83.26%", "updated_at": "2025-05-02T09:18:41Z"}

whatsnew/3.3.po

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,10 @@ msgid ""
10121012
"(:class:`importlib.machinery.ExtensionFileLoader`) are now available for "
10131013
"direct use."
10141014
msgstr ""
1015+
"对于加载器,新的抽象基类 :class:`importlib.abc.FileLoader` 可帮助编写使用文件系统作为模块代码的存储机制的加载器。 "
1016+
"针对源代码的 (:class:`importlib.machinery.SourceFileLoader`), 不带源代码的字节码文件的 "
1017+
"(:class:`importlib.machinery.SourcelessFileLoader`) 以及扩展模块的 "
1018+
"(:class:`importlib.machinery.ExtensionFileLoader`) 加载器现在均可被直接使用。"
10151019

10161020
#: ../../whatsnew/3.3.rst:731
10171021
msgid ""
@@ -1020,6 +1024,8 @@ msgid ""
10201024
"also provide the full name of the module now instead of just the tail end of"
10211025
" the module's name."
10221026
msgstr ""
1027+
"现在 :exc:`ImportError` 具有 ``name`` 和 ``path`` 属性并会在有相关数据要提供时被设置。 "
1028+
"针对导入失败的消息现在也会提供模块的完整名称而不是仅有模块名称的末尾部分。"
10231029

10241030
#: ../../whatsnew/3.3.rst:736
10251031
msgid ""
@@ -1036,7 +1042,7 @@ msgstr "可见的改变"
10361042
msgid ""
10371043
"For potential required changes to code, see the `Porting Python code`_ "
10381044
"section."
1039-
msgstr ""
1045+
msgstr "对于可能需要修改的代码,请参阅 `Porting Python code`_ 一节。"
10401046

10411047
#: ../../whatsnew/3.3.rst:746
10421048
msgid ""
@@ -2287,13 +2293,17 @@ msgid ""
22872293
"multiprocessing connections. (Contributed by Richard Oudkerk in "
22882294
":issue:`4892`.)"
22892295
msgstr ""
2296+
"现在 :class:`multiprocessing.Connection` 对象可通过多进程连接进行传输。 (由 Richard Oudkerk 在 "
2297+
":issue:`4892` 中贡献。)"
22902298

22912299
#: ../../whatsnew/3.3.rst:1540
22922300
msgid ""
22932301
":class:`multiprocessing.Process` now accepts a ``daemon`` keyword argument "
22942302
"to override the default behavior of inheriting the ``daemon`` flag from the "
22952303
"parent process (:issue:`6064`)."
22962304
msgstr ""
2305+
"现在 :class:`multiprocessing.Process` 可接受 ``daemon`` 关键字参数来覆盖继承来自父进程的 "
2306+
"``daemon`` 旗标的默认行为 (:issue:`6064`)。"
22972307

22982308
#: ../../whatsnew/3.3.rst:1544
22992309
msgid ""
@@ -2302,6 +2312,8 @@ msgid ""
23022312
" the appropriate OS primitives (for example, :mod:`select` on posix "
23032313
"systems)."
23042314
msgstr ""
2315+
"新增的属性 :data:`multiprocessing.Process.sentinel` 允许程序使用适当的 OS 原语来同时等待多个 "
2316+
":class:`~multiprocessing.Process` 对象 (例如,在 posix 系统上是使用 :mod:`select` )。"
23052317

23062318
#: ../../whatsnew/3.3.rst:1549
23072319
msgid ""

0 commit comments

Comments
 (0)
0