File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 93.05%" , "updated_at" : " 2024-08-12T15 :09:45Z " }
1
+ {"translation" : " 93.05%" , "updated_at" : " 2024-08-13T07 :09:49Z " }
Original file line number Diff line number Diff line change @@ -1505,6 +1505,8 @@ msgid ""
1505
1505
"can simply be discarded when porting code from earlier versions to Python "
1506
1506
"2.2."
1507
1507
msgstr ""
1508
+ ":c:func:`_PyTuple_Resize` 函数去掉了一个未使用的形参,因此现在它接受 2 个形参而不是 3 个。 "
1509
+ "第三个参数从未被使用,在将代码从较早的版本移植到 Python 2.2 时可以简单地丢弃它。"
1508
1510
1509
1511
#: ../../whatsnew/2.2.rst:1129
1510
1512
msgid "Other Changes and Fixes"
@@ -1587,6 +1589,9 @@ msgid ""
1587
1589
"other development environments. This is described in :pep:`264`. "
1588
1590
"(Contributed by Michael Hudson.)"
1589
1591
msgstr ""
1592
+ "向内置函数 :func:`compile` 添加了一个额外的 *flags* 参数,以便现在 ``__future__`` 语句的行为能在模拟的 "
1593
+ "shell,例如由 IDLE 和其他开发环境所提供的此类工具中被正确地观察。 此特性的描述参见 :pep:`264`。 (由 Michael "
1594
+ "Hudson 贡献。)"
1590
1595
1591
1596
#: ../../whatsnew/2.2.rst:1195
1592
1597
msgid ""
You can’t perform that action at this time.
0 commit comments