Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eba7167

Browse files
[po] auto sync
1 parent 4e4a640 commit eba7167

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

library/os.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4200,6 +4200,9 @@ msgid ""
42004200
"in a list or tuple as the *args* parameter. In either case, the arguments "
42014201
"to the child process must start with the name of the command being run."
42024202
msgstr ""
4203+
":func:`spawn\\* <spawnl>` 函数的 \"l\"\"v\" 变体不同在于命令行参数的传递方式。如果在编码时固定了参数数量,则"
4204+
" \"l\" 变体可能是最方便的,各参数作为 :func:`spawnl\\*` 函数的附加参数传入即可。当参数数量可变时,\"v\" "
4205+
"变体更方便,参数以列表或元组的形式作为 *args* 参数传递。在这两种情况下,子进程的第一个参数都必须是即将运行的命令名称。"
42034206

42044207
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:3462
42054208
msgid ""

0 commit comments

Comments
 (0)