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

Skip to content

Commit 4400432

Browse files
[po] auto sync
1 parent 54bd051 commit 4400432

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.53%", "updated_at": "2024-02-13T13:09:04Z"}
1+
{"translation": "90.54%", "updated_at": "2024-02-14T16:09:25Z"}

whatsnew/3.6.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,6 +2859,8 @@ msgid ""
28592859
"deserializing many small objects (Contributed by Victor Stinner in "
28602860
":issue:`27056`)."
28612861
msgstr ""
2862+
"现在 :func:`pickle.load` 和 :func:`pickle.loads` 在反序列化许多小对象时可提速多至 10%。 (由 "
2863+
"Victor Stinner 在 :issue:`27056` 中贡献。)"
28622864

28632865
#: ../../whatsnew/3.6.rst:1835
28642866
msgid ""
@@ -2868,20 +2870,27 @@ msgid ""
28682870
"Clinic this overhead is significantly decreased. (Contributed by Serhiy "
28692871
"Storchaka in :issue:`27574`)."
28702872
msgstr ""
2873+
"向函数传入 :term:`关键字参数 <keyword argument>` 相比传入 :term:`位置参数 <pos B2E2 itional "
2874+
"argument>` 会有额外的开销。 现在对于使用 Argument Clinic 实现的扩展函数此开销已显著降低。 (由 Serhiy "
2875+
"Storchaka 在 :issue:`27574` 中贡献。)"
28712876

28722877
#: ../../whatsnew/3.6.rst:1841
28732878
msgid ""
28742879
"Optimized :func:`~glob.glob` and :func:`~glob.iglob` functions in the "
28752880
":mod:`glob` module; they are now about 3--6 times faster. (Contributed by "
28762881
"Serhiy Storchaka in :issue:`25596`)."
28772882
msgstr ""
2883+
"优化了 :mod:`glob` 模块中的 :func:`~glob.glob` 和 :func:`~glob.iglob` 函数;现在它们可提速约 3"
2884+
"--6 倍。 (由 Serhiy Storchaka 在 :issue:`25596` 中贡献。)"
28782885

28792886
#: ../../whatsnew/3.6.rst:1845
28802887
msgid ""
28812888
"Optimized globbing in :mod:`pathlib` by using :func:`os.scandir`; it is now "
28822889
"about 1.5--4 times faster. (Contributed by Serhiy Storchaka in "
28832890
":issue:`26032`)."
28842891
msgstr ""
2892+
"通过使用 :func:`os.scandir` 优化了 :mod:`pathlib` 中的 glob 操作;现在它可提速约 1.5--4 倍。 (由 "
2893+
"Serhiy Storchaka 在 :issue:`26032` 中贡献。)"
28852894

28862895
#: ../../whatsnew/3.6.rst:1849
28872896
msgid ""

0 commit comments

Comments
 (0)
0