Skip to content

Commit 978dbf5

Browse files
[po] auto sync
1 parent c2a0882 commit 978dbf5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.35%", "updated_at": "2025-04-16T03:13:40Z"}
1+
{"translation": "81.35%", "updated_at": "2025-04-16T06:57:11Z"}

whatsnew/3.4.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4089,6 +4089,9 @@ msgid ""
40894089
"how :envvar:`PATH` works. The behavior now conforms to the posix convention"
40904090
" for :envvar:`PATH`."
40914091
msgstr ""
4092+
"在 posix shell 中,将 :envvar:`PATH` 环境变量设为空值就等于完全不设置。 不过,将 :envvar:`PYTHONPATH`"
4093+
" 设为空值则 *不等于* 完全不设置:将 :envvar:`PYTHONPATH` 设为空值等于将其设为 ``.``,这在类 "
4094+
":envvar:`PATH` 运作方式来进行理解时会导致困惑。 现在的行为将与 posix 中 :envvar:`PATH` 的惯例保持一致。"
40924095

40934096
#: ../../whatsnew/3.4.rst:2256
40944097
msgid ""
@@ -4097,13 +4100,17 @@ msgid ""
40974100
"``-X showrefcount`` option. (Contributed by Ezio Melotti in "
40984101
":issue:`17323`.)"
40994102
msgstr ""
4103+
"现在 CPython 解释器的调试构建版 (``--with-pydebug``) 的 [X refs, Y blocks] 输出默认将关闭。 可以使用"
4104+
" ``-X showrefcount`` 选项来重新启用它。 (由 Ezio Melotti 在 :issue:`17323` 中贡献。)"
41004105

41014106
#: ../../whatsnew/3.4.rst:2260
41024107
msgid ""
41034108
"The python command and most stdlib scripts (as well as :mod:`argparse`) now "
41044109
"output ``--version`` information to ``stdout`` instead of ``stderr`` (for "
41054110
"issue list see :ref:`other-improvements-3.4` above)."
41064111
msgstr ""
4112+
"现在 python 命令和大多数标准库脚本(和 :mod:`argparse` 一样)会将 ``--version`` 信息输出到 ``stdout``"
4113+
" 而不是 ``stderr`` (相关问题列表参见上面的 :ref:`other-improvements-3.4`)。"
41074114

41084115
#: ../../whatsnew/3.4.rst:2266
41094116
msgid "Changes in the Python API"

0 commit comments

Comments
 (0)