@@ -2089,6 +2089,9 @@ msgid ""
20892089"``True``, will pass messages to handlers taking handler levels into account."
20902090" (Contributed by Vinay Sajip.)"
20912091msgstr ""
2092+ "现在 :class:`handlers.QueueListener <logging.handlers.QueueListener>` 类接受一个 "
2093+ "*respect_handler_level* 关键字参数,如果将该参数设为 ``True``,会向处理句柄传递消息以将处理句柄层级纳入考量。 (由 "
2094+ "Vinay Sajip 贡献。)"
20922095
20932096#: ../../whatsnew/3.5.rst:1437
20942097msgid "lzma"
@@ -2100,6 +2103,9 @@ msgid ""
21002103" method now accepts an optional *max_length* argument to limit the maximum "
21012104"size of decompressed data. (Contributed by Martin Panter in :issue:`15955`.)"
21022105msgstr ""
2106+ "现在 :meth:`LZMADecompressor.decompress() <lzma.LZMADecompressor.decompress>` "
2107+ "方法接受一个可选的 *max_length* 参数用来限制解压缩数据的大小上限。 (由 Martin Panter 在 :issue:`15955` "
2108+ "中贡献。)"
21032109
21042110#: ../../whatsnew/3.5.rst:1446
21052111msgid "math"
@@ -2111,19 +2117,25 @@ msgid ""
21112117":data:`~math.inf` and :data:`~math.nan`. (Contributed by Mark Dickinson in "
21122118":issue:`23185`.)"
21132119msgstr ""
2120+ "向 :mod:`math` 模块增加了两个新常量: :data:`~math.inf` 和 :data:`~math.nan`。 (由 Mark "
2121+ "Dickinson 在 :issue:`23185` 中贡献。)"
21142122
21152123#: ../../whatsnew/3.5.rst:1451
21162124msgid ""
21172125"A new function :func:`~math.isclose` provides a way to test for approximate "
21182126"equality. (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)"
21192127msgstr ""
2128+ "新增函数 :func:`~math.isclose` 提供了一种测试近似相等的方式。 (由 Chris Barker 和 Tal Einat 在 "
2129+ ":issue:`24270` 中贡献。)"
21202130
21212131#: ../../whatsnew/3.5.rst:1454
21222132msgid ""
21232133"A new :func:`~math.gcd` function has been added. The :func:`fractions.gcd` "
21242134"function is now deprecated. (Contributed by Mark Dickinson and Serhiy "
21252135"Storchaka in :issue:`22486`.)"
21262136msgstr ""
2137+ "新增 :func:`~math.gcd` 函数。 现在 :func:`fractions.gcd` 函数已被弃用。 (由 Mark Dickinson "
2138+ "和 Serhiy Storchaka 在 :issue:`22486` 中贡献。)"
21272139
21282140#: ../../whatsnew/3.5.rst:1460
21292141msgid "multiprocessing"
0 commit comments