8000 [po] auto sync · python/python-docs-zh-cn@dc7a37a · GitHub
[go: up one dir, main page]

Skip to content

Commit dc7a37a

Browse files
[po] auto sync
1 parent 4f5f7a8 commit dc7a37a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.02%", "updated_at": "2024-03-01T02:03:57Z"}
1+
{"translation": "91.03%", "updated_at": "2024-03-01T03:11:19Z"}

whatsnew/3.5.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,6 +2078,9 @@ msgid ""
20782078
"``True``, will pass messages to handlers taking handler levels into account."
20792079
" (Contributed by Vinay Sajip.)"
20802080
msgstr ""
2081+
"现在 :class:`handlers.QueueListener <logging.handlers.QueueListener>` 类接受一个 "
2082+
"*respect_handler_level* 关键字参数,如果将该参数设为 ``True``,会向处理句柄传递消息以将处理句柄层级纳入考量。 (由 "
2083+
"Vinay Sajip 贡献。)"
20812084

20822085
#: ../../whatsnew/3.5.rst:1437
20832086
msgid "lzma"
@@ -2089,6 +2092,9 @@ msgid ""
20892092
" method now accepts an optional *max_length* argument to limit the maximum "
20902093
"size of decompressed data. (Contributed by Martin Panter in :issue:`15955`.)"
20912094
msgstr ""
2095+
"现在 :meth:`LZMADecompressor.decompress() <lzma.LZMADecompressor.decompress>` "
2096+
"方法接受一个可选的 *max_length* 参数用来限制解压缩数据的大小上限。 (由 Martin Panter 在 :issue:`15955` "
2097+
"中贡献。)"
20922098

20932099
#: ../../whatsnew/3.5.rst:1446
20942100
msgid "math"
@@ -2100,19 +2106,25 @@ msgid ""
21002106
":data:`~math.inf` and :data:`~math.nan`. (Contributed by Mark Dickinson in "
21012107
":issue:`23185`.)"
21022108
msgstr ""
2109+
"向 :mod:`math` 模块增加了两个新常量: :data:`~math.inf` 和 :data:`~math.nan`。 (由 Mark "
2110+
"Dickinson 在 :issue:`23185` 中贡献。)"
21032111

21042112
#: ../../whatsnew/3.5.rst:1451
21052113
msgid ""
21062114
"A new function :func:`~math.isclose` provides a way to test for approximate "
21072115
"equality. (Contributed by Chris Barker and Tal Einat in :issue:`24270`.)"
21082116
msgstr ""
2117+
"新增函数 :func:`~math.isclose` 提供了一种测试近似相等的方式。 (由 Chris Barker 和 Tal Einat 在 "
2118+
":issue:`24270` 中贡献。)"
21092119

21102120
#: ../../whatsnew/3.5.rst:1454
21112121
msgid ""
21122122
"A new :func:`~math.gcd` function has been added. The :func:`fractions.gcd` "
21132123
"function is now deprecated. (Contributed by Mark Dickinson and Serhiy "
21142124
"Storchaka in :issue:`22486`.)"
21152125
msgstr ""
2126+
"新增 :func:`~math.gcd` 函数。 现在 :func:`fractions.gcd` 函数已被弃用。 (由 Mark Dickinson "
2127+
"和 Serhiy Storchaka 在 :issue:`22486` 中贡献。)"
21162128

21172129
#: ../../whatsnew/3.5.rst:1460
21182130
msgid "multiprocessing"

0 commit comments

Comments
 (0)
0