@@ -19,7 +19,7 @@ msgid ""
1919msgstr ""
2020"Project-Id-Version : Python 3.12\n "
2121"Report-Msgid-Bugs-To : \n "
22- "POT-Creation-Date : 2023-07-28 14:13 +0000\n "
22+ "POT-Creation-Date : 2023-10-06 14:14 +0000\n "
2323"PO-Revision-Date : 2021-06-28 00:55+0000\n "
2424"Last-Translator : Bryan不可思议, 2023\n "
2525"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -993,41 +993,36 @@ msgid "Subprocess Protocols"
993993msgstr "子进程协议"
994994
995995#: ../../library/asyncio-llapi-index.rst:487
996- msgid ""
997- "``callback`` :meth:`pipe_data_received() "
998- "<SubprocessProtocol.pipe_data_received>`"
996+ msgid "``callback`` :meth:`~SubprocessProtocol.pipe_data_received`"
999997msgstr ""
1000- "``callback`` :meth:`pipe_data_received() "
1001- "<SubprocessProtocol.pipe_data_received>`"
1002998
1003- #: ../../library/asyncio-llapi-index.rst:489
999+ #: ../../library/asyncio-llapi-index.rst:488
10041000msgid ""
10051001"Called when the child process writes data into its *stdout* or *stderr* "
10061002"pipe."
10071003msgstr "子进程向 *stdout* 或 *stderr* 管道写入数据时被调用。"
10081004
1009- #: ../../library/asyncio-llapi-index.rst:492
1010- msgid ""
1011- "``callback`` :meth:`pipe_connection_lost() "
1012- "<SubprocessProtocol.pipe_connection_lost>`"
1005+ #: ../../library/asyncio-llapi-index.rst:491
1006+ msgid "``callback`` :meth:`~SubprocessProtocol.pipe_connection_lost`"
10131007msgstr ""
1014- "``callback`` :meth:`pipe_connection_lost() "
1015- "<SubprocessProtocol.pipe_connection_lost>`"
10161008
1017- #: ../../library/asyncio-llapi-index.rst:494
1009+ #: ../../library/asyncio-llapi-index.rst:492
10181010msgid ""
10191011"Called when one of the pipes communicating with the child process is closed."
10201012msgstr "与子进程通信的其中一个管道关闭时被调用。"
10211013
1022- #: ../../library/asyncio-llapi-index.rst:497
1014+ #: ../../library/asyncio-llapi-index.rst:495
10231015msgid ""
10241016"``callback`` :meth:`process_exited() <SubprocessProtocol.process_exited>`"
10251017msgstr ""
10261018"``callback`` :meth:`process_exited() <SubprocessProtocol.process_exited>`"
10271019
1028- #: ../../library/asyncio-llapi-index.rst:499
1029- msgid "Called when the child process has exited."
1030- msgstr "子进程退出时被调用。"
1020+ #: ../../library/asyncio-llapi-index.rst:497
1021+ msgid ""
1022+ "Called when the child process has exited. It can be called before "
1023+ ":meth:`~SubprocessProtocol.pipe_data_received` and "
1024+ ":meth:`~SubprocessProtocol.pipe_connection_lost` methods."
1025+ msgstr ""
10311026
10321027#: ../../library/asyncio-llapi-index.rst:503
10331028msgid "Event Loop Policies"
0 commit comments