@@ -35677,33 +35677,38 @@ msgstr ""
3567735677msgid ""
3567835678":issue:`28414`: The ssl module now allows users to perform their own IDN "
3567935679"en/decoding when using SNI."
35680- msgstr ""
35680+ msgstr ":issue:`28414`: ssl 模块现在允许用户在使用 SNI 时,自行执行 IDN 的编码与解码操作。 "
3568135681
3568235682#: ../../../build/NEWS:20347
3568335683msgid ""
3568435684":issue:`35877`: Make parenthesis optional for named expressions in while "
3568535685"statement. Patch by Karthikeyan Singaravelan."
3568635686msgstr ""
35687+ ":issue:`35877`: 允许在 while 语句中的赋值表达式中省略圆括号。补丁由 Karthikeyan Singaravelan 提交。"
3568735688
3568835689#: ../../../build/NEWS:20350
3568935690msgid ""
3569035691":issue:`35814`: Allow same right hand side expressions in annotated "
3569135692"assignments as in normal ones. In particular, ``x: Tuple[int, int] = 1, 2`` "
3569235693"(without parentheses on the right) is now allowed."
3569335694msgstr ""
35695+ ":issue:`35814`: 允许在带有类型注解的赋值中使用与普通赋值相同的右侧表达式。特别地,现在允许写作``x: Tuple[int, int] "
35696+ "= 1, 2`` (右侧不必括号)。"
3569435697
3569535698#: ../../../build/NEWS:20354
3569635699msgid ""
3569735700":issue:`35766`: Add the option to parse PEP 484 type comments in the ast "
3569835701"module. (Off by default.) This is merging the key functionality of the third"
3569935702" party fork thereof, [typed_ast](https://github.com/python/typed_ast)."
3570035703msgstr ""
35704+ ":issue:`35766`: 在 ast 模块中添加了解析 PEP 484 类型注释的选项。(默认关闭)本更改合并了第三方分支项目 "
35705+ "[typed_ast](https://github.com/python/typed_ast) 的关键功能。"
3570135706
3570235707#: ../../../build/NEWS:20359
3570335708msgid ""
3570435709":issue:`35713`: Reorganize Python initialization to get working exceptions "
3570535710"and sys.stderr earlier."
35706- msgstr ""
35711+ msgstr ":issue:`35713`:重新组织 Python 的初始化流程,以便更早地启用异常处理机制和 sys.stderr。 "
3570735712
3570835713#: ../../../build/NEWS:20362
3570935714msgid ""
@@ -47653,6 +47658,14 @@ msgid ""
4765347658"customization after 3.6.3. and vice versa. Initial patch by Charles "
4765447659"Wohlganger."
4765547660msgstr ""
47661+ ":issue:`27099`: 将 IDLE 的内置“扩展”功能转换为常规功能。约 10 项 IDLE "
47662+ "功能原本以可选扩展的形式实现,但是,它们的差异行为导致用户困惑甚至更糟,也不利于维护,因此,进行此次转换。对用户的主要区别在于,现在内置功能的可自定义按键绑定将采用统一方式处理。具体表现为:在某个按键集中编辑绑定仅会影响该按键集中的值。所有绑定均在"
47663+ " config-extensions.def 文件中系统预设的默认按键集中统一定义。所有自定义按键集会整体保存在 config-"
47664+ "extension.cfg 文件中。点击“应用”或“确定”后所有更改立即生效。受影响的交互事件包括'<<force-open-"
47665+ "completions>>'、'<<expand-word>>'、'<<force-open-calltip>>'、'<<flash-"
47666+ "paren>>'、'<<format-paragraph>>'、'<<run-module>>'、'<<check-module>>'和'<<zoom-"
47667+ "height>>'。注意:3.6.3 版本之前的(全局)自定义设置将不会影响 3.6.3 版本后按键集特定的自定义设置,反之亦然。初始补丁由 "
47668+ "Charles Wohlganger 提交。"
4765647669
4765747670#: ../../../build/NEWS:27645 ../../../build/NEWS:29309
4765847671msgid ""