@@ -1188,6 +1188,9 @@ msgid ""
11881188":c:func:`PyParser_SimpleParseFileFlags` are deprecated and will be removed "
11891189"in Python 3.10 together with the old parser."
11901190msgstr ""
1191+ "公有 C API 函数 :c:func:`PyParser_SimpleParseStringFlags`, "
1192+ ":c:func:`PyParser_SimpleParseStringFlagsFilename` 和 "
1193+ ":c:func:`PyParser_SimpleParseFileFlags` 已被弃用并将在 Python 3.10 中与旧解析器一起被移除。"
11911194
11921195#: ../../whatsnew/3.9.rst:712
11931196msgid ""
@@ -1229,19 +1232,24 @@ msgid ""
12291232"of the ``splitlist()`` method which has more consistent and predicable "
12301233"behavior. (Contributed by Serhiy Storchaka in :issue:`38371`.)"
12311234msgstr ""
1235+ "弃用了 :class:`_tkinter.TkappType` 的 ``split()`` 方法而改用 ``splitlist()`` "
1236+ "方法,此方法具有更稳定且可预测的行为。 (由 Serhiy Storchaka 在 :issue:`38371` 中贡献。)"
12321237
12331238#: ../../whatsnew/3.9.rst:735
12341239msgid ""
12351240"The explicit passing of coroutine objects to :func:`asyncio.wait` has been "
12361241"deprecated and will be removed in version 3.11. (Contributed by Yury "
12371242"Selivanov and Kyle Stanley in :issue:`34790`.)"
12381243msgstr ""
1244+ "将协程对象显式传递给 :func:`asyncio.wait` 的做法已被弃用并且将在 3.11 版中被移除。 (由 Yury Selivanov 和 "
1245+ "Kyle Stanley 在 :issue:`34790` 中贡献。)"
12391246
12401247#: ../../whatsnew/3.9.rst:739
12411248msgid ""
12421249"binhex4 and hexbin4 standards are now deprecated. The :mod:`binhex` module "
12431250"and the following :mod:`binascii` functions are now deprecated:"
12441251msgstr ""
1252+ "binhex4 和 hexbin4 标准现已被弃用。 :mod:`binhex` 模块和下列 :mod:`binascii` 函数现已被弃用:"
12451253
12461254#: ../../whatsnew/3.9.rst:742
12471255msgid ":func:`~binascii.b2a_hqx`, :func:`~binascii.a2b_hqx`"
@@ -1263,6 +1271,9 @@ msgid ""
12631271"should be used instead of ``ExtSlice(slices)``. (Contributed by Serhiy "
12641272"Storchaka in :issue:`32892`.)"
12651273msgstr ""
1274+ ":mod:`ast` 类 ``slice``, ``Index`` 和 ``ExtSlice`` 被视为已弃用并将在未来的 Python 版本中被移除。"
1275+ " 应当使用 ``value`` 本身而不再是 ``Index(value)``。 应当使用 ``Tuple(slices, Load())`` 而不再是"
1276+ " ``ExtSlice(slices)``。 (由 Serhiy Storchaka 在 :issue:`32892` 中贡献。)"
12661277
12671278#: ../../whatsnew/3.9.rst:753
12681279msgid ""
@@ -1272,6 +1283,9 @@ msgid ""
12721283"Python 3. (Contributed by Batuhan Taskaya in :issue:`39639` and "
12731284":issue:`39969` and Serhiy Storchaka in :issue:`39988`.)"
12741285msgstr ""
1286+ ":mod:`ast` 类 ``Suite``, ``Param``, ``AugLoad`` 和 ``AugStore`` 被视为已弃用并将在未来的 "
1287+ "Python 版本中被移除。 它们不会被解析器所生成且不会被 Python 3 中的代码生成器所接受。 (由 Batuhan Taskaya 在 "
1288+ ":issue:`39639` 和 :issue:`39969` 中以及 Serhiy Storchaka 在 :issue:`39988` 中贡献。)"
12751289
12761290#: ../../whatsnew/3.9.rst:760
12771291msgid ""
0 commit comments