Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 28a56ba

Browse filesBrowse files
[po] auto sync
1 parent 8e63ca6 commit 28a56ba
Copy full SHA for 28a56ba

File tree

2 files changed

+10
-2
lines changed
Filter options

2 files changed

+10
-2
lines changed

‎.stat.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "82.96%", "updated_at": "2025-04-11T17:17:50Z"}
1+
{"translation": "82.97%", "updated_at": "2025-04-13T07:18:15Z"}

‎whatsnew/3.4.po

Copy file name to clipboardExpand all lines: whatsnew/3.4.po
+9-1Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"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"
2121
"PO-Revision-Date: 2017-02-16 23:44+0000\n"
2222
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -3272,6 +3272,9 @@ msgid ""
32723272
"and is written to (and read from) the file :file:`~/.python-history`. "
32733273
"(Contributed by Antoine Pitrou and Éric Araujo in :issue:`5845`.)"
32743274
msgstr ""
3275+
"在支持 :mod:`readline` 的系统上的交互模式中现在将默认启用 Tab 键补全。 历史记录也将默认启用,并会写入到 "
3276+
":file:`~/.python-history` 文件(也会从中读取)。 (由 Antoine Pitrou 和 Éric Araujo 在 "
3277+
":issue:`5845` 中贡献。)"
32753278

32763279
#: ../../whatsnew/3.4.rst:1952
32773280
msgid ""
@@ -3280,6 +3283,8 @@ msgid ""
32803283
"changes were made to :mod:`argparse` (:issue:`18920`) and other modules that"
32813284
" have script-like invocation capabilities (:issue:`18922`)."
32823285
msgstr ""
3286+
"现在附带 ``--version`` 唤起 Python 解释器将会把版本信息输出到标准输出而不是标准错误 (:issue:`18338`)。 对于 "
3287+
":mod:`argparse` (:issue:`18920`) 和其他具有脚本类唤起功能的模块也做了类似的修改 (:issue:`18922`)。"
32833288

32843289
#: ../../whatsnew/3.4.rst:1957
32853290
msgid ""
@@ -3487,6 +3492,9 @@ msgid ""
34873492
":exc:`DeprecationWarning` when the interpreter is run with deprecation "
34883493
"warnings enabled (for example, by using ``-Wd``)."
34893494
msgstr ""
3495+
"本小节列出了已在 Python 3.4 中弃用,并将在 Python 3.5 或之后的版本中移除的各种 API 和其他特性。 "
3496+
"在大多数(但并非全部)情况下,在解释器运行时设置了弃用警告时(例如通过使用 ``-Wd`` 选项)使用已弃用的 API 将产生 "
3497+
":exc:`DeprecationWarning`。"
34903498

34913499
#: ../../whatsnew/3.4.rst:2077
34923500
msgid "Deprecations in the Python API"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.