File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,20 +227,22 @@ msgid ""
227227" with PID equal to *pid* terminates. Specifying another callback for the "
228228"same process replaces the previous handler."
229229msgstr ""
230+ "安排 ``callback(pid, returncode, *args)`` 在进程的PID与 *pid* "
231+ "相等时调用。指定另一个同进程的回调函数替换之前的回调处理函数。"
230232
231233#: ../../library/asyncio-policy.rst:157
232234msgid "The *callback* callable must be thread-safe."
233- msgstr ""
235+ msgstr "回调函数 *callback* 必须是线程安全。 "
234236
235237#: ../../library/asyncio-policy.rst:161
236238msgid "Removes the handler for process with PID equal to *pid*."
237- msgstr ""
239+ msgstr "删除进程PID与 *pid* 相等的进程的处理函数。 "
238240
239241#: ../../library/asyncio-policy.rst:163
240242msgid ""
241243"The function returns ``True`` if the handler was successfully removed, "
242244"``False`` if there was nothing to remove."
243- msgstr ""
245+ msgstr "处理函数成功删除时返回 ``True`` ,没有删除时返回 ``False`` 。 "
244246
245247#: ../../library/asyncio-policy.rst:168
246248msgid "Attach the watcher to an event loop."
You can’t perform that action at this time.
0 commit comments