File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 93.46%" , "updated_at" : " 2024-07-20T06 :21:21Z " }
1
+ {"translation" : " 93.46%" , "updated_at" : " 2024-07-22T08 :21:57Z " }
Original file line number Diff line number Diff line change @@ -1012,12 +1012,14 @@ msgid ""
1012
1012
"Making :func:`print` a function makes it possible to replace the function by"
1013
1013
" doing ``def print(...)`` or importing a new function from somewhere else."
1014
1014
msgstr ""
1015
+ "在 Python 3.0 中 ``print`` 语句变成了 :func:`print` 函数。 将 :func:`print` 变成函数使得可以通过 "
1016
+ "``def print(...)`` 或从其他地方导入一个新函数来替换该函数。"
1015
1017
1016
1018
#: ../../whatsnew/2.6.rst:865
1017
1019
msgid ""
1018
1020
"Python 2.6 has a ``__future__`` import that removes ``print`` as language "
1019
1021
"syntax, letting you use the functional form instead. For example::"
1020
- msgstr ""
1022
+ msgstr "Python 2.6 提供了 ``__future__`` 导入语句来移除 ``print`` 语法,让你可以改用函数形式。 例如:: "
1021
1023
1022
1024
#: ../../whatsnew/2.6.rst:871
1023
1025
msgid "The signature of the new function is::"
@@ -1061,7 +1063,7 @@ msgstr "PEP 3110: 异常处理的变更"
1061
1063
msgid ""
1062
1064
"One error that Python programmers occasionally make is writing the following"
1063
1065
" code::"
1064
- msgstr ""
1066
+ msgstr "Python 程序员偶尔会犯的一个错误是编写这样的代码:: "
1065
1067
1066
1068
#: ../../whatsnew/2.6.rst:904
1067
1069
msgid ""
You can’t perform that action at this time.
0 commit comments