@@ -14,10 +14,10 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version :Python 3.7\n "
16
16
"Report-Msgid-Bugs-To :\n "
17
- "POT-Creation-Date :2023-02-24 14:40 +0000\n "
17
+ "POT-Creation-Date :2023-05-19 14:37 +0000\n "
18
18
"PO-Revision-Date :2019-09-01 03:34+0000\n "
19
19
"Last-Translator :Freesand Leo <yuqinju@163.com>, 2023\n "
20
- "Language-Team :Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
20
+ "Language-Team :Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
21
21
"MIME-Version :1.0\n "
22
22
"Content-Type :text/plain; charset=UTF-8\n "
23
23
"Content-Transfer-Encoding :8bit\n "
@@ -53,6 +53,10 @@ msgid ""
53
53
"to the specific PEP, for more details about any new feature that "
54
54
"particularly interests you."
55
55
msgstr ""
56
+ "本文介绍了 Python 2.1 的新增特性。 虽然 2.1 的改变没有 Python 2.0 那么多,但是仍然有一些令人惊喜的东西。 2.1 "
57
+ "是第一个使用 Python 增强提议,即 PEP 来进行引导的发行版,因此大部分重要的改变都有相应的 PEP 来提供有关改变的更完整文档和设计思路。 "
58
+ "本文并未试图完整记录所有的新特性,而是为 Python 程序员提供新特性的简单概览。 请参阅 Python 2.1 文档,或特定的 "
59
+ "PEP,获取针对你感兴趣的任何新特性的更多细节。"
56
60
57
61
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/whatsnew/2.1.rst:25
58
62
msgid ""
@@ -61,6 +65,8 @@ msgid ""
61
65
"the first release to come out at this faster pace, with the first alpha "
62
66
"appearing in January, 3 months after the final version of 2.0 was released."
63
67
msgstr ""
68
+ "Python 开发团队的一个近期目标是加速新发行版的步调,使得每 6 到 9 个月就有一个新发行版。 2.1 "
69
+ "是基于这个新步调推出的第一个发行版,第一个内测版将于一月发布,即 2.0 最终版发布 3 个月之后。"
64
70
65
71
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/whatsnew/2.1.rst:30
66
72
msgid "The final release of Python 2.1 was made on April 17, 2001."
@@ -78,6 +84,9 @@ msgid ""
78
84
" surprised people because it didn't match their intuitive expectations. For"
79
85
" example, a nested recursive function definition doesn't work::"
80
86
msgstr ""
87
+ "Python 2.1 中的最大改变是 Python 的作用域规则。 在 Python 2.0 "
88
+ "中,任意给定的时刻至多使用三个命名空间来查找变量名称:局部、模块和内置命名空间。 这往往会导致令人吃惊的结果因为它与人们直觉上的预期不相匹配。 "
89
+ "例如,一个嵌套的递归函数将不起作用::"
81
90
82
91
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/whatsnew/2.1.rst:51
83
92
msgid ""