@@ -25180,33 +25180,38 @@ msgstr ""
2518025180msgid ""
2518125181":issue:`28414`: The ssl module now allows users to perform their own IDN "
2518225182"en/decoding when using SNI."
25183- msgstr ""
25183+ msgstr ":issue:`28414`: ssl 模块现在允许用户在使用 SNI 时,自行执行 IDN 的编码与解码操作。 "
2518425184
2518525185#: ../../../build/NEWS:14533
2518625186msgid ""
2518725187":issue:`35877`: Make parenthesis optional for named expressions in while "
2518825188"statement. Patch by Karthikeyan Singaravelan."
2518925189msgstr ""
25190+ ":issue:`35877`: 允许在 while 语句中的赋值表达式中省略圆括号。补丁由 Karthikeyan Singaravelan 提交。"
2519025191
2519125192#: ../../../build/NEWS:14536
2519225193msgid ""
2519325194":issue:`35814`: Allow same right hand side expressions in annotated "
2519425195"assignments as in normal ones. In particular, ``x: Tuple[int, int] = 1, 2`` "
2519525196"(without parentheses on the right) is now allowed."
2519625197msgstr ""
25198+ ":issue:`35814`: 允许在带有类型注解的赋值中使用与普通赋值相同的右侧表达式。特别地,现在允许写作``x: Tuple[int, int] "
25199+ "= 1, 2`` (右侧不必括号)。"
2519725200
2519825201#: ../../../build/NEWS:14540
2519925202msgid ""
2520025203":issue:`35766`: Add the option to parse PEP 484 type comments in the ast "
2520125204"module. (Off by default.) This is merging the key functionality of the third"
2520225205" party fork thereof, [typed_ast](https://github.com/python/typed_ast)."
2520325206msgstr ""
25207+ ":issue:`35766`: 在 ast 模块中添加了解析 PEP 484 类型注释的选项。(默认关闭)本更改合并了第三方分支项目 "
25208+ "[typed_ast](https://github.com/python/typed_ast) 的关键功能。"
2520425209
2520525210#: ../../../build/NEWS:14545
2520625211msgid ""
2520725212":issue:`35713`: Reorganize Python initialization to get working exceptions "
2520825213"and sys.stderr earlier."
25209- msgstr ""
25214+ msgstr ":issue:`35713`:重新组织 Python 的初始化流程,以便更早地启用异常处理机制和 sys.stderr。 "
2521025215
2521125216#: ../../../build/NEWS:14548
2521225217msgid ""