File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1764,20 +1764,24 @@ msgid ""
17641764"argument; however, where :class:`~subprocess.Popen` takes a single argument "
17651765"which is list of strings, *subprocess_exec* takes multiple string arguments."
17661766msgstr ""
1767+ "此方法类似于调用标准库 :class:`subprocess.Popen` 类,设置 ``shell=False`` "
1768+ "并将字符串列表作为第一个参数传入;但是,:class:`~subprocess.Popen` 只接受一个单独的字符串列表参数,而 "
1769+ "*subprocess_exec* 接受多个字符串参数。"
17671770
17681771#: ../../library/asyncio-eventloop.rst:1248
17691772msgid ""
17701773"The *protocol_factory* must be a callable returning a subclass of the "
17711774":class:`asyncio.SubprocessProtocol` class."
17721775msgstr ""
1776+ "*protocol_factory* 必须为一个返回 :class:`asyncio.SubprocessProtocol` 类的子类的可调用对象。"
17731777
17741778#: ../../library/asyncio-eventloop.rst:1251
17751779msgid "Other parameters:"
17761780msgstr "其他参数:"
17771781
17781782#: ../../library/asyncio-eventloop.rst:1253
17791783msgid "*stdin* can be any of these:"
1780- msgstr ""
1784+ msgstr "*stdin* 可以是以下对象之一: "
17811785
17821786#: ../../library/asyncio-eventloop.rst:1255
17831787msgid ""
You can’t perform that action at this time.
0 commit comments