@@ -2077,6 +2077,9 @@ msgid ""
20772077"``True``, will pass messages to handlers taking handler levels into account."
20782078" (Contributed by Vinay Sajip.)"
20792079msgstr ""
2080+ "现在 :class:`handlers.QueueListener <logging.handlers.QueueListener>` 类接受一个 "
2081+ "*respect_handler_level* 关键字参数,如果将该参数设为 ``True``,会向处理句柄传递消息以将处理句柄层级纳入考量。 (由 "
2082+ "Vinay Sajip 贡献。)"
20802083
20812084#: ../../whatsnew/3.5.rst:1437
20822085msgid "lzma"
@@ -2088,6 +2091,9 @@ msgid ""
20882091" method now accepts an optional *max_length* argument to limit the maximum "
20892092"size of decompressed data. (Contributed by Martin Panter in :issue:`15955`.)"
20902093msgstr ""
2094+ "现在 :meth:`LZMADecompressor.decompress() <lzma.LZMADecompressor.decompress>` "
2095+ "方法接受一个可选的 *max_length* 参数用来限制解压缩数据的大小上限。 (由 Martin Panter 在 :issue:`15955` "
2096+ "中贡献。)"
20912097
20922098#: ../../whatsnew/3.5.rst:1446
20932099msgid "math"
@@ -2099,19 +2105,25 @@ msgid ""
20992105":data:`~math.inf` and :data:`~math.nan`. (Contributed by Mark Dickinson in "
21002106":issue:`23185`.)"
21012107msgstr ""
2108+ "向 :mod:`math` 模块增加了两个新常量: :data:`~math.inf` 和 :data:`~math.nan`。 (由 Mark "
2109+ "Dickinson 在 :issue:`23185` 中贡献。)"
21022110
21032111#: ../../whatsnew/3.5.rst:1451
21042112msgid ""
21052113"A new function :func:`~math.isclose` provides a way to test for approximate "
21062114"equality. (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)"
21072115msgstr ""
2116+ "新增函数 :func:`~math.isclose` 提供了一种测试近似相等的方式。 (由 Chris Barker 和 Tal Einat 在 "
2117+ ":issue:`24270` 中贡献。)"
21082118
21092119#: ../../whatsnew/3.5.rst:1454
21102120msgid ""
21112121"A new :func:`~math.gcd` function has been added. The :func:`fractions.gcd` "
21122122"function is now deprecated. (Contributed by Mark Dickinson and Serhiy "
21132123"Storchaka in :issue:`22486`.)"
21142124msgstr ""
2125+ "新增 :func:`~math.gcd` 函数。 现在 :func:`fractions.gcd` 函数已被弃用。 (由 Mark Dickinson "
2126+ "和 Serhiy Storchaka 在 :issue:`22486` 中贡献。)"
21152127
21162128#: ../../whatsnew/3.5.rst:1460
21172129msgid "multiprocessing"
0 commit comments