File tree 2 files changed +10
-6
lines changed
Filter options
2 files changed +10
-6
lines changed
Original file line number Diff line number Diff line change @@ -99,12 +99,16 @@ msgid ""
99
99
"find local variables being copied by passing them as the default values of "
100
100
"arguments. ::"
101
101
msgstr ""
102
+ "函数 :func:`g` 将总是引发 :exc:`NameError` 异常,因为名称 ``g`` 的绑定既不在局部命名空间中也不在模块级命名空间中。 "
103
+ "这在实践上不会有太大问题(你会经常这样递归地定义内部函数吗?),但是这也会让 :keyword:`lambda` "
104
+ "表达式的使用更为笨拙,这在实践上是有问题的。 在使用了 :keyword:`lambda` 的代码中你经常能发现局部变量通过作为参数的默认值被拷贝。 "
105
+ "::"
102
106
103
107
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/whatsnew/2.1.rst:65
104
108
msgid ""
105
109
"The readability of Python code written in a strongly functional style "
106
110
"suffers greatly as a result."
107
- msgstr ""
111
+ msgstr "结果将会严重损害以高度函数式风格编写的 Python 代码的可读性。 "
108
112
109
113
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/whatsnew/2.1.rst:68
110
114
msgid ""
Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# ww song <sww4718168@gmail.com>, 2019
8
8
# ppcfish <ppcfish@gmail.com>, 2019
9
- # Freesand Leo <yuqinju@163.com>, 2022
9
+ # Freesand Leo <yuqinju@163.com>, 2023
10
10
#
11
11
#, fuzzy
12
12
msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.7\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-02-24 14:40 +0000\n "
16
+ "POT-Creation-Date : 2023-05-19 14:37 +0000\n "
17
17
"PO-Revision-Date : 2019-09-01 03:34+0000\n "
18
- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2022 \n "
19
- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2023 \n "
19
+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
22
22
"Content-Transfer-Encoding : 8bit\n "
@@ -1006,7 +1006,7 @@ msgstr ""
1006
1006
msgid ""
1007
1007
"The readability of Python code written in a strongly functional style "
1008
1008
"suffers greatly as a result."
1009
- msgstr ""
1009
+ msgstr "结果将会严重损害以高度函数式风格编写的 Python 代码的可读性。 "
1010
1010
1011
1011
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/whatsnew/2.2.rst:879
1012
1012
msgid ""
You can’t perform that action at this time.
0 commit comments