@@ -2078,6 +2078,9 @@ msgid ""
2078
2078
"``True``, will pass messages to handlers taking handler levels into account."
2079
2079
" (Contributed by Vinay Sajip.)"
2080
2080
msgstr ""
2081
+ "现在 :class:`handlers.QueueListener <logging.handlers.QueueListener>` 类接受一个 "
2082
+ "*respect_handler_level* 关键字参数,如果将该参数设为 ``True``,会向处理句柄传递消息以将处理句柄层级纳入考量。 (由 "
2083
+ "Vinay Sajip 贡献。)"
2081
2084
2082
2085
#: ../../whatsnew/3.5.rst:1437
2083
2086
msgid "lzma"
@@ -2089,6 +2092,9 @@ msgid ""
2089
2092
" method now accepts an optional *max_length* argument to limit the maximum "
2090
2093
"size of decompressed data. (Contributed by Martin Panter in :issue:`15955`.)"
2091
2094
msgstr ""
2095
+ "现在 :meth:`LZMADecompressor.decompress() <lzma.LZMADecompressor.decompress>` "
2096
+ "方法接受一个可选的 *max_length* 参数用来限制解压缩数据的大小上限。 (由 Martin Panter 在 :issue:`15955` "
2097
+ "中贡献。)"
2092
2098
2093
2099
#: ../../whatsnew/3.5.rst:1446
2094
2100
msgid "math"
@@ -2100,19 +2106,25 @@ msgid ""
2100
2106
":data:`~math.inf` and :data:`~math.nan`. (Contributed by Mark Dickinson in "
2101
2107
":issue:`23185`.)"
2102
2108
msgstr ""
2109
+ "向 :mod:`math` 模块增加了两个新常量: :data:`~math.inf` 和 :data:`~math.nan`。 (由 Mark "
2110
+ "Dickinson 在 :issue:`23185` 中贡献。)"
2103
2111
2104
2112
#: ../../whatsnew/3.5.rst:1451
2105
2113
msgid ""
2106
2114
"A new function :func:`~math.isclose` provides a way to test for approximate "
2107
2115
"equality. (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)"
2108
2116
msgstr ""
2117
+ "新增函数 :func:`~math.isclose` 提供了一种测试近似相等的方式。 (由 Chris Barker 和 Tal Einat 在 "
2118
+ ":issue:`24270` 中贡献。)"
2109
2119
2110
2120
#: ../../whatsnew/3.5.rst:1454
2111
2121
msgid ""
2112
2122
"A new :func:`~math.gcd` function has been added. The :func:`fractions.gcd` "
2113
2123
"function is now deprecated. (Contributed by Mark Dickinson and Serhiy "
2114
2124
"Storchaka in :issue:`22486`.)"
2115
2125
msgstr ""
2126
+ "新增 :func:`~math.gcd` 函数。 现在 :func:`fractions.gcd` 函数已被弃用。 (由 Mark Dickinson "
2127
+ "和 Serhiy Storchaka 在 :issue:`22486` 中贡献。)"
2116
2128
2117
2129
#: ../../whatsnew/3.5.rst:1460
2118
2130
msgid "multiprocessing"
0 commit comments