File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1318,7 +1318,8 @@ msgid ""
13181318"facilities to be used with Python scripts on Windows and the examples above "
13191319"demonstrate their use."
13201320msgstr ""
1321- "如果脚本文件的第一行以“#!`”开头,则称为“shebang”行。Linux和其他类Unix操作系统都有对这些行的本机支持,它们通常在此类系统上用来指示应该如何执行脚本。这个启动器允许在Windows上对Python脚本使用相同的工具,上面的示例演示了它们的使用。"
1321+ "如果脚本文件的第一行以 ``#!`` 开头,则称为 \" shebang\" "
1322+ "行。Linux和其他类Unix操作系统都有对这些行的本机支持,它们通常在此类系统上用来指示应该如何执行脚本。这个启动器允许在Windows上对Python脚本使用相同的工具,上面的示例演示了它们的使用。"
13221323
13231324#: ../../using/windows.rst:743
13241325msgid ""
@@ -1613,8 +1614,9 @@ msgid ""
16131614"the file. Import statements other than to ``site`` are not permitted, and "
16141615"arbitrary code cannot be specified."
16151616msgstr ""
1616- "当文件存在时,将忽略所有注册表和环境变量,启用隔离模式,并且:除非文件中的一行指定 :mod:`site` ,否则不会导入 :mod:`site` 。以"
1617- " ``#`` 开头的空白路径和行将被忽略。每个路径可以是绝对的或相对于文件的位置。不允许使用除 ``site`` 以外的导入语句,并且不能指定任意代码。"
1617+ "当文件存在时,将忽略所有注册表和环境变量,启用隔离模式,并且:除非文件中的一行指定 ``import site`` ,否则不会导入 "
1618+ ":mod:`site` 。以 ``#`` 开头的空白路径和行将被忽略。每个路径可以是绝对的或相对于文件的位置。不允许使用除 ``site`` "
1619+ "以外的导入语句,并且不能指定任意代码。"
16181620
16191621#: ../../using/windows.rst:921
16201622msgid ""
You can’t perform that action at this time.
0 commit comments