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

Skip to content

Commit 9a83885

Browse files
[po] auto sync
1 parent 01f0505 commit 9a83885

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": "90.96%", "updated_at": "2024-02-25T07:09:02Z"}
1+
{"translation": "90.97%", "updated_at": "2024-02-25T08:09:14Z"}

whatsnew/3.5.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,6 +1661,10 @@ msgid ""
16611661
"descriptors in addition to file-like objects. (Contributed by Wei Wu in "
16621662
":issue:`23566`.)"
16631663
msgstr ""
1664+
"现在 :func:`~faulthandler.enable`, :func:`~faulthandler.register`, "
1665+
":func:`~faulthandler.dump_traceback` 和 "
1666+
":func:`~faulthandler.dump_traceback_later` 函数除了接受文件型对象以外也接受文件描述符。 (由 Wei Wu "
1667+
"在 :issue:`23566` 中贡献。)"
16641668

16651669
#: ../../whatsnew/3.5.rst:1148
16661670
msgid "functools"
@@ -1672,6 +1676,8 @@ msgid ""
16721676
"making it significantly faster. (Contributed by Matt Joiner, Alexey "
16731677
"Kachayev, and Serhiy Storchaka in :issue:`14373`.)"
16741678
msgstr ""
1679+
"现在大部分 :func:`~functools.lru_cache` 机制已使用 C 实现,使其速度显著提升。 (由 Matt Joiner, "
1680+
"Alexey Kachayev 和 Serhiy Storchaka 在 :issue:`14373` 中贡献。)"
16751681

16761682
#: ../../whatsnew/3.5.rst:1158
16771683
msgid "glob"
@@ -1683,6 +1689,8 @@ msgid ""
16831689
"recursive search in subdirectories, using the ``\"**\"`` pattern. "
16841690
"(Contributed by Serhiy Storchaka in :issue:`13968`.)"
16851691
msgstr ""
1692+
"现在 :func:`~glob.iglob` 和 :func:`~glob.glob` 函数支持通过使用 ``\"**\"`` 模式在子目录中递归搜索。"
1693+
" (由 Serhiy Storchaka 在 :issue:`13968` 中贡献。)"
16861694

16871695
#: ../../whatsnew/3.5.rst:1166
16881696
msgid "gzip"
@@ -1694,6 +1702,8 @@ msgid ""
16941702
"``\"x\"`` to request exclusive creation. (Contributed by Tim Heaney in "
16951703
":issue:`19222`.)"
16961704
msgstr ""
1705+
"现在 :class:`~gzip.GzipFile` 构造器的 *mode* 参数可接受 ``\"x\"`` 来请求独占式的创建。 (由 Tim "
1706+
"Heaney 在 :issue:`19222` 中贡献。)"
16971707

16981708
#: ../../whatsnew/3.5.rst:1174
16991709
msgid "heapq"
@@ -1706,6 +1716,8 @@ msgid ""
17061716
"optional *reverse* keyword argument can be used to reverse element "
17071717
"comparison::"
17081718
msgstr ""
1719+
"现在 :func:`~heapq.merge` 中的元素比较可通过在新增的可选关键字参数 *key* 中传入一个 :term:`key "
1720+
"function` 来进行定制,并且新增了可选关键字参数 *reverse* 用于反向的元素比较::"
17091721

17101722
#: ../../whatsnew/3.5.rst:1189
17111723
msgid "(Contributed by Raymond Hettinger in :issue:`13742`.)"

0 commit comments

Comments
 (0)
0