@@ -2773,47 +2773,58 @@ msgid ""
27732773"Various implementation improvements in the :mod:`typing` module (such as "
27742774"caching of generic types) allow up to 30 times performance improvements and "
27752775"reduced memory footprint."
2776- msgstr ""
2776+ msgstr "在 :mod:`typing` 模块中多项对实现的改进(如泛型类型的缓存)获得至多 30 倍的运行效率提升并降低了内存消耗。 "
27772777
27782778#: ../../whatsnew/3.6.rst:1796
27792779msgid ""
27802780"The ASCII decoder is now up to 60 times as fast for error handlers "
27812781"``surrogateescape``, ``ignore`` and ``replace`` (Contributed by Victor "
27822782"Stinner in :issue:`24870`)."
27832783msgstr ""
2784+ "现在 ASCII 解码器使用 ``surrogateescape``, ``ignore`` 和 ``replace`` 错误处理句柄时可提速至多 60"
2785+ " 倍。 (由 Victor Stinner 在 :issue:`24870` 中贡献。)"
27842786
27852787#: ../../whatsnew/3.6.rst:1800
27862788msgid ""
27872789"The ASCII and the Latin1 encoders are now up to 3 times as fast for the "
27882790"error handler ``surrogateescape`` (Contributed by Victor Stinner in "
27892791":issue:`25227`)."
27902792msgstr ""
2793+ "现在 ASCII 和 Latin1 解码器使用 ``surrogateescape`` 错误处理句柄时可提速至多 3 倍。 (由 Victor "
2794+ "Stinner 在 :issue:`25227` 中贡献。)"
27912795
27922796#: ../../whatsnew/3.6.rst:1804
27932797msgid ""
27942798"The UTF-8 encoder is now up to 75 times as fast for error handlers "
27952799"``ignore``, ``replace``, ``surrogateescape``, ``surrogatepass`` (Contributed"
27962800" by Victor Stinner in :issue:`25267`)."
27972801msgstr ""
2802+ "现在 UTF-8 解码器使用 ``ignore``, ``replace``, ``surrogateescape``, "
2803+ "``surrogatepass`` 处理句柄时可提速至多 75 倍。 (由 Victor Stinner 在 :issue:`25267` 中贡献。)"
27982804
27992805#: ../../whatsnew/3.6.rst:1808
28002806msgid ""
28012807"The UTF-8 decoder is now up to 15 times as fast for error handlers "
28022808"``ignore``, ``replace`` and ``surrogateescape`` (Contributed by Victor "
28032809"Stinner in :issue:`25301`)."
28042810msgstr ""
2811+ "现在 UTF-8 解码器使用 ``ignore``, ``replace`` 和 ``surrogateescape`` 错误处理句柄时可提速至多 15"
2812+ " 倍。 (由 Victor Stinner 在 :issue:`25301` 中贡献。)"
28052813
28062814#: ../../whatsnew/3.6.rst:1812
28072815msgid ""
28082816"``bytes % args`` is now up to 2 times faster. (Contributed by Victor Stinner"
28092817" in :issue:`25349`)."
28102818msgstr ""
2819+ "现在 ``bytes % args`` 可提速至多 2 倍。 (由 Victor Stinner 在 :issue:`25349` 中贡献。)"
28112820
28122821#: ../../whatsnew/3.6.rst:1815
28132822msgid ""
28142823"``bytearray % args`` is now between 2.5 and 5 times faster. (Contributed by "
28152824"Victor Stinner in :issue:`25399`)."
28162825msgstr ""
2826+ "现在 ``bytearray % args`` 可提速 2.5 至 5 倍。 (由 Victor Stinner 在 :issue:`25399` "
2827+ "中贡献。)"
28172828
28182829#: ../../whatsnew/3.6.rst:1818
28192830msgid ""
0 commit comments