File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 81.35%" , "updated_at" : " 2025-04-16T03:13:40Z " }
1
+ {"translation" : " 81.35%" , "updated_at" : " 2025-04-16T06:57:11Z " }
Original file line number Diff line number Diff line change @@ -4089,6 +4089,9 @@ msgid ""
4089
4089
"how :envvar:`PATH` works. The behavior now conforms to the posix convention"
4090
4090
" for :envvar:`PATH`."
4091
4091
msgstr ""
4092
+ "在 posix shell 中,将 :envvar:`PATH` 环境变量设为空值就等于完全不设置。 不过,将 :envvar:`PYTHONPATH`"
4093
+ " 设为空值则 *不等于* 完全不设置:将 :envvar:`PYTHONPATH` 设为空值等于将其设为 ``.``,这在类 "
4094
+ ":envvar:`PATH` 运作方式来进行理解时会导致困惑。 现在的行为将与 posix 中 :envvar:`PATH` 的惯例保持一致。"
4092
4095
4093
4096
#: ../../whatsnew/3.4.rst:2256
4094
4097
msgid ""
@@ -4097,13 +4100,17 @@ msgid ""
4097
4100
"``-X showrefcount`` option. (Contributed by Ezio Melotti in "
4098
4101
":issue:`17323`.)"
4099
4102
msgstr ""
4103
+ "现在 CPython 解释器的调试构建版 (``--with-pydebug``) 的 [X refs, Y blocks] 输出默认将关闭。 可以使用"
4104
+ " ``-X showrefcount`` 选项来重新启用它。 (由 Ezio Melotti 在 :issue:`17323` 中贡献。)"
4100
4105
4101
4106
#: ../../whatsnew/3.4.rst:2260
4102
4107
msgid ""
4103
4108
"The python command and most stdlib scripts (as well as :mod:`argparse`) now "
4104
4109
"output ``--version`` information to ``stdout`` instead of ``stderr`` (for "
4105
4110
"issue list see :ref:`other-improvements-3.4` above)."
4106
4111
msgstr ""
4112
+ "现在 python 命令和大多数标准库脚本(和 :mod:`argparse` 一样)会将 ``--version`` 信息输出到 ``stdout``"
4113
+ " 而不是 ``stderr`` (相关问题列表参见上面的 :ref:`other-improvements-3.4`)。"
4107
4114
4108
4115
#: ../../whatsnew/3.4.rst:2266
4109
4116
msgid "Changes in the Python API"
You can’t perform that action at this time.
0 commit comments