Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c230cc0

Browse files
[po] auto sync
1 parent 774ec6e commit c230cc0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.23%", "updated_at": "2024-04-26T02:56:11Z"}
1+
{"translation": "95.23%", "updated_at": "2024-04-26T03:56:44Z"}

whatsnew/3.4.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,13 +1934,18 @@ msgid ""
19341934
"should be used, as part of the :pep:`424` formal specification of this "
19351935
"language feature. (Contributed by Armin Ronacher in :issue:`16148`.)"
19361936
msgstr ""
1937+
"新增的函数 :func:`~operator.length_hint` 提供了应当如何使用 "
1938+
":meth:`~object.__length_hint__` 特殊方法的规范实现,作为该语言特性的 :pep:`424` 正式规范说明的一部分。 (由"
1939+
" Armin Ronacher 在 :issue:`16148` 中贡献。)"
19371940

19381941
#: ../../whatsnew/3.4.rst:1165
19391942
msgid ""
19401943
"There is now a pure-python version of the :mod:`operator` module available "
19411944
"for reference and for use by alternate implementations of Python. "
19421945
"(Contributed by Zachary Ware in :issue:`16694`.)"
19431946
msgstr ""
1947+
"现在提供了一个纯 Python 版本的 :mod:`operator` 模块,可用于参考并由 Python 的其他实现使用。 (由 Zachary "
1948+
"Ware 在 :issue:`16694` 中贡献。)"
19441949

19451950
#: ../../whatsnew/3.4.rst:1171
19461951
msgid "os"
@@ -1966,6 +1971,10 @@ msgid ""
19661971
"Yogesh Chaudhari, Victor Stinner, and Charles-François Natali in "
19671972
":issue:`17914`.)"
19681973
msgstr ""
1974+
"新增函数 :func:`~os.cpu_count` 可报告 Python 运行所在平台上可用 CPU 的数量 (如果无法确定数量则为 "
1975+
"``None``)。 现在 :func:`multiprocessing.cpu_count` 函数是根据此函数实现的。 (由 Trent "
1976+
"Nelson, Yogesh Chaudhari, Victor Stinner 和 Charles-François Natali 在 "
1977+
":issue:`17914` 中贡献。)"
19691978

19701979
#: ../../whatsnew/3.4.rst:1184
19711980
msgid ""

0 commit comments

Comments
 (0)