@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2025-04-04 16:53 +0000\n "
20
+ "POT-Creation-Date : 2025-04-11 16:36 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:44+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2025\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -3272,6 +3272,9 @@ msgid ""
3272
3272
"and is written to (and read from) the file :file:`~/.python-history`. "
3273
3273
"(Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)"
3274
3274
msgstr ""
3275
+ "在支持 :mod:`readline` 的系统上的交互模式中现在将默认启用 Tab 键补全。 历史记录也将默认启用,并会写入到 "
3276
+ ":file:`~/.python-history` 文件(也会从中读取)。 (由 Antoine Pitrou 和 Éric Araujo 在 "
3277
+ ":issue:`5845` 中贡献。)"
3275
3278
3276
3279
#: ../../whatsnew/3.4.rst:1952
3277
3280
msgid ""
@@ -3280,6 +3283,8 @@ msgid ""
3280
3283
"changes were made to :mod:`argparse` (:issue:`18920`) and other modules that"
3281
3284
" have script-like invocation capabilities (:issue:`18922`)."
3282
3285
msgstr ""
3286
+ "现在附带 ``--version`` 唤起 Python 解释器将会把版本信息输出到标准输出而不是标准错误 (:issue:`18338`)。 对于 "
3287
+ ":mod:`argparse` (:issue:`18920`) 和其他具有脚本类唤起功能的模块也做了类似的修改 (:issue:`18922`)。"
3283
3288
3284
3289
#: ../../whatsnew/3.4.rst:1957
3285
3290
msgid ""
@@ -3487,6 +3492,9 @@ msgid ""
3487
3492
":exc:`DeprecationWarning` when the interpreter is run with deprecation "
3488
3493
"warnings enabled (for example, by using ``-Wd``)."
3489
3494
msgstr ""
3495
+ "本小节列出了已在 Python 3.4 中弃用,并将在 Python 3.5 或之后的版本中移除的各种 API 和其他特性。 "
3496
+ "在大多数(但并非全部)情况下,在解释器运行时设置了弃用警告时(例如通过使用 ``-Wd`` 选项)使用已弃用的 API 将产生 "
3497
+ ":exc:`DeprecationWarning`。"
3490
3498
3491
3499
#: ../../whatsnew/3.4.rst:2077
3492
3500
msgid "Deprecations in the Python API"
0 commit comments