File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1518,13 +1518,18 @@ msgid ""
15181518"directory is inserted *before* the entries inserted as a result of "
15191519":envvar:`PYTHONPATH`."
15201520msgstr ""
1521+ "程序启动时将初始化该列表,列表的第一项 ``path[0]`` 目录含有调用 Python "
1522+ "解释器的脚本。如果脚本目录不可用(比如以交互方式调用了解释器,或脚本是从标准输入中读取的),则 ``path[0]`` 为空字符串,这将导致 "
1523+ "Python 优先搜索当前目录中的模块。注意,脚本目录将插入在 :envvar:`PYTHONPATH` 的条目*之前*。"
15211524
15221525#: ../../library/sys.rst:958
15231526msgid ""
15241527"A program is free to modify this list for its own purposes. Only strings "
15251528"and bytes should be added to :data:`sys.path`; all other data types are "
15261529"ignored during import."
15271530msgstr ""
1531+ "程序可以随意修改本列表用于自己的目的。只能向 :data:`sys.path` 中添加 string 和 bytes "
1532+ "类型,其他数据类型将在导入期间被忽略。"
15281533
15291534#: ../../library/sys.rst:964
15301535msgid ""
You can’t perform that action at this time.
0 commit comments