File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 82.98 %" , "updated_at" : " 2025-04-16T03:27:42Z " }
1
+ {"translation" : " 82.99 %" , "updated_at" : " 2025-04-16T06:19:24Z " }
Original file line number Diff line number Diff line change @@ -3838,6 +3838,9 @@ msgid ""
3838
3838
"how :envvar:`PATH` works. The behavior now conforms to the posix convention"
3839
3839
" for :envvar:`PATH`."
3840
3840
msgstr ""
3841
+ "在 posix shell 中,将 :envvar:`PATH` 环境变量设为空值就等于完全不设置。 不过,将 :envvar:`PYTHONPATH`"
3842
+ " 设为空值则 *不等于* 完全不设置:将 :envvar:`PYTHONPATH` 设为空值等于将其设为 ``.``,这在类 "
3843
+ ":envvar:`PATH` 运作方式来进行理解时会导致困惑。 现在的行为将与 posix 中 :envvar:`PATH` 的惯例保持一致。"
3841
3844
3842
3845
#: ../../whatsnew/3.4.rst:2257
3843
3846
msgid ""
@@ -3846,13 +3849,17 @@ msgid ""
3846
3849
"``-X showrefcount`` option. (Contributed by Ezio Melotti in "
3847
3850
":issue:`17323`.)"
3848
3851
msgstr ""
3852
+ "现在 CPython 解释器的调试构建版 (``--with-pydebug``) 的 [X refs, Y blocks] 输出默认将关闭。 可以使用"
3853
+ " ``-X showrefcount`` 选项来重新启用它。 (由 Ezio Melotti 在 :issue:`17323` 中贡献。)"
3849
3854
3850
3855
#: ../../whatsnew/3.4.rst:2261
3851
3856
msgid ""
3852
3857
"The python command and most stdlib scripts (as well as :mod:`argparse`) now "
3853
3858
"output ``--version`` information to ``stdout`` instead of ``stderr`` (for "
3854
3859
"issue list see :ref:`other-improvements-3.4` above)."
3855
3860
msgstr ""
3861
+ "现在 python 命令和大多数标准库脚本(和 :mod:`argparse` 一样)会将 ``--version`` 信息输出到 ``stdout``"
3862
+ " 而不是 ``stderr`` (相关问题列表参见上面的 :ref:`other-improvements-3.4`)。"
3856
3863
3857
3864
#: ../../whatsnew/3.4.rst:2267
3858
3865
msgid "Changes in the Python API"
You can’t perform that action at this time.
0 commit comments