File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed 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 ""
258
258
"there is only one built-in integral type, named :class:`int`; but it behaves"
259
259
" mostly like the old :class:`long` type."
260
260
msgstr ""
261
+ ":pep:`237`: 在实质上,:class:`long` 已被重命名为 :class:`int`。 也就是说,现在只有一种内置整数类型,叫做 "
262
+ ":class:`int`;但其行为更像是旧的 :class:`long` 类型。"
261
263
262
264
#: ../../whatsnew/3.0.rst:213
263
265
msgid ""
264
266
":pep:`238`: An expression like ``1/2`` returns a float. Use ``1//2`` to get"
265
267
" the truncating behavior. (The latter syntax has existed for years, at "
266
268
"least since Python 2.2.)"
267
269
msgstr ""
270
+ ":pep:`238`: 像 ``1/2`` 这样的表达式将返回一个浮点数。 请使用 ``1//2`` 来得到取整的行为。 "
271
+ "(后面这种语法已存在多年,至少从 Python 2.2 起就有了。)"
268
272
269
273
#: ../../whatsnew/3.0.rst:217
270
274
msgid ""
@@ -331,7 +335,7 @@ msgstr ""
331
335
msgid ""
332
336
"You can no longer use ``u\" ...\" `` literals for Unicode text. However, you "
333
337
"must use ``b\" ...\" `` literals for binary data."
334
- msgstr "对于 Unicode 文本,您不能再使用 ``u\" ...\" `` 字面量。但是,二进制数据必须使用 ``b\" ...\" `` 字面量 。"
338
+ msgstr "你不能再使用 ``u\" ...\" `` 字面值来表示 Unicode 文本。 不过,你必须使用 ``b\" ...\" `` 字面值来表示二进制数据 。"
335
339
336
340
#: ../../whatsnew/3.0.rst:261
337
341
msgid ""
You can’t perform that action at this time.
0 commit comments