File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 ""
10121012"Making :func:`print` a function makes it possible to replace the function by"
10131013" doing ``def print(...)`` or importing a new function from somewhere else."
10141014msgstr ""
1015+ "在 Python 3.0 中 ``print`` 语句变成了 :func:`print` 函数。 将 :func:`print` 变成函数使得可以通过 "
1016+ "``def print(...)`` 或从其他地方导入一个新函数来替换该函数。"
10151017
10161018#: ../../whatsnew/2.6.rst:865
10171019msgid ""
10181020"Python 2.6 has a ``__future__`` import that removes ``print`` as language "
10191021"syntax, letting you use the functional form instead. For example::"
1020- msgstr ""
1022+ msgstr "Python 2.6 提供了 ``__future__`` 导入语句来移除 ``print`` 语法,让你可以改用函数形式。 例如:: "
10211023
10221024#: ../../whatsnew/2.6.rst:871
10231025msgid "The signature of the new function is::"
@@ -1061,7 +1063,7 @@ msgstr "PEP 3110: 异常处理的变更"
10611063msgid ""
10621064"One error that Python programmers occasionally make is writing the following"
10631065" code::"
1064- msgstr ""
1066+ msgstr "Python 程序员偶尔会犯的一个错误是编写这样的代码:: "
10651067
10661068#: ../../whatsnew/2.6.rst:904
10671069msgid ""
You can’t perform that action at this time.
0 commit comments