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" : " 95.47 %" , "updated_at" : " 2024-07-15T13 :47:07Z " }
1+ {"translation" : " 95.48 %" , "updated_at" : " 2024-07-15T14 :47:36Z " }
Original file line number Diff line number Diff line change @@ -258,13 +258,17 @@ msgid ""
258258"there is only one built-in integral type, named :class:`int`; but it behaves"
259259" mostly like the old :class:`long` type."
260260msgstr ""
261+ ":pep:`237`: 在实质上,:class:`long` 已被重命名为 :class:`int`。 也就是说,现在只有一种内置整数类型,叫做 "
262+ ":class:`int`;但其行为更像是旧的 :class:`long` 类型。"
261263
262264#: ../../whatsnew/3.0.rst:213
263265msgid ""
264266":pep:`238`: An expression like ``1/2`` returns a float. Use ``1//2`` to get"
265267" the truncating behavior. (The latter syntax has existed for years, at "
266268"least since Python 2.2.)"
267269msgstr ""
270+ ":pep:`238`: 像 ``1/2`` 这样的表达式将返回一个浮点数。 请使用 ``1//2`` 来得到取整的行为。 "
271+ "(后面这种语法已存在多年,至少从 Python 2.2 起就有了。)"
268272
269273#: ../../whatsnew/3.0.rst:217
270274msgid ""
@@ -331,7 +335,7 @@ msgstr ""
331335msgid ""
332336"You can no longer use ``u\" ...\" `` literals for Unicode text. However, you "
333337"must use ``b\" ...\" `` literals for binary data."
334- msgstr "对于 Unicode 文本,您不能再使用 ``u\" ...\" `` 字面量。但是,二进制数据必须使用 ``b\" ...\" `` 字面量 。"
338+ msgstr "你不能再使用 ``u\" ...\" `` 字面值来表示 Unicode 文本。 不过,你必须使用 ``b\" ...\" `` 字面值来表示二进制数据 。"
335339
336340#: ../../whatsnew/3.0.rst:261
337341msgid ""
You can’t perform that action at this time.
0 commit comments