File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.95%" , "updated_at" : " 2024-05-10T21:23:28Z " }
1
+ {"translation" : " 92.95%" , "updated_at" : " 2024-05-11T01:38:48Z " }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ msgid ""
18
18
msgstr ""
19
19
"Project-Id-Version : Python 3.9\n "
20
20
"Report-Msgid-Bugs-To : \n "
21
- "POT-Creation-Date : 2024-04-15 06:01 +0000\n "
21
+ "POT-Creation-Date : 2024-05-10 15:50 +0000\n "
22
22
"PO-Revision-Date : 2017-02-16 23:43+0000\n "
23
23
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
24
24
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -143,6 +143,9 @@ msgid ""
143
143
"new 3.0 semantics. Code written to be compatible with 3.0 can do ``from "
144
144
"future_builtins import hex, map`` as necessary."
145
145
msgstr ""
146
+ "Python 3.0 新增了一些内置函数并对部分现有内置函数的语法进行了修改。 在 3.0 中新增的函数如 :func:`bin` 已直接添加到 "
147
+ "Python 2.6 中,但现有内置函数则未修改;替代做法是在 :mod:`future_builtins` 模块中包含具有 3.0 新语法的版本。 "
148
+ "要与 3.0 兼容的代码可以在必要时执行 ``from future_builtins import hex, map``。"
146
149
147
150
#: ../../whatsnew/2.6.rst:119
148
151
msgid ""
You can’t perform that action at this time.
0 commit comments