@@ -2898,13 +2898,17 @@ msgid ""
28982898"has been significantly improved. (Contributed by Serhiy Storchaka in "
28992899":issue:`25638`, :issue:`25873`, and :issue:`25869`.)"
29002900msgstr ""
2901+ ":class:`xml.etree.ElementTree` 解析、迭代和深拷贝效率已获得显著提升。 (由 Serhiy Storchaka 在 "
2902+ ":issue:`25638`, :issue:`25873` 和 :issue:`25869` 中贡献。)"
29012903
29022904#: ../../whatsnew/3.6.rst:1854
29032905msgid ""
29042906"Creation of :class:`fractions.Fraction` instances from floats and decimals "
29052907"is now 2 to 3 times faster. (Contributed by Serhiy Storchaka in "
29062908":issue:`25971`.)"
29072909msgstr ""
2910+ "基于 float 和 decimal 创建 :class:`fractions.Fraction` 实例现已提速 2 至 3 倍。 (由 Serhiy "
2911+ "Storchaka 在 :issue:`25971` 中贡献。)"
29082912
29092913#: ../../whatsnew/3.6.rst:1860
29102914msgid "Build and C API Changes"
@@ -2917,6 +2921,8 @@ msgid ""
29172921"custom macros like ``PY_LONG_LONG``. For more information, see :pep:`7` and "
29182922":issue:`17884`."
29192923msgstr ""
2924+ "Python 现在需要在工具链中提供一些 C99 支持来进行构建 。 最值得注意的是,Python 现在使用标准的整数类型和宏来代替像 "
2925+ "``PY_LONG_LONG`` 这样的自定义宏。 要获取更多信息,参见 :pep:`7` 和 :issue:`17884`。"
29202926
29212927#: ../../whatsnew/3.6.rst:1867
29222928msgid ""
@@ -2926,13 +2932,18 @@ msgid ""
29262932"emulator with only about 16 tests failures. See the Android meta-issue "
29272933":issue:`26865`."
29282934msgstr ""
2935+ "使用 Android NDK 和将 Android API 设为 21(Android 5.0 Lollipop)或更高级别的交叉编译 CPython "
2936+ "可成功运行。 虽然 Android 还不是一个受支持的平台,但 Python 测试套件在 Android 模拟器上运行时只有约 16 次测试失败。 "
2937+ "请参见 Android 元问题 :issue:`26865`。"
29292938
29302939#: ../../whatsnew/3.6.rst:1872
29312940msgid ""
29322941"The ``--enable-optimizations`` configure flag has been added. Turning it on "
29332942"will activate expensive optimizations like PGO. (Original patch by "
29342943"Alecsandru Patrascu of Intel in :issue:`26359`.)"
29352944msgstr ""
2945+ "已添加 ``--enable-optimizations`` 配置旗标 。 打开它将激活 PGO 等高消耗的优化功能。 (原始补丁由 Intel 的 "
2946+ "Alecsandru Patrascu 在 :issue:`26359` 中贡献。)"
29362947
29372948#: ../../whatsnew/3.6.rst:1876
29382949msgid ""
0 commit comments