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

Skip to content

Commit 16d25ec

Browse files
[po] auto sync
1 parent 2ab4ca7 commit 16d25ec

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

library/os.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,8 @@ msgid ""
14031403
"newer, OpenBSD 2.7 and newer, AIX 7.1 and newer. Using flags requires Linux "
14041404
"4.6 or newer."
14051405
msgstr ""
1406+
":ref:`可用性 <availability>`:Linux 2.6.30 或更高版本,FreeBSD 6.0 或更高版本,OpenBSD 2.7 "
1407+
"或更高版本,AIX 7.1 或更高版本。使用标志位需要 Linux 4.6 或更高版本。"
14061408

14071409
#: ../../library/os.rst:1162
14081410
msgid ""

whatsnew/3.9.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,9 @@ msgid ""
969969
"``clock_gettime(CLOCK_THREAD_CPUTIME_ID)`` which has a resolution of 10 ms. "
970970
"(Contributed by Batuhan Taskaya in :issue:`40192`)"
971971
msgstr ""
972+
"在 AIX 上,现在 :func:`~time.thread_time` 是使用具有纳秒级精度的 ``thread_cputime()`` "
973+
"实现,而不再是只有 10 毫秒精度的 ``clock_gettime(CLOCK_THREAD_CPUTIME_ID)``。 (由 Batuhan "
974+
"Taskaya 在 :issue:`40192` 中贡献。)"
972975

973976
#: ../../whatsnew/3.9.rst:553
974977
msgid "sys"
@@ -983,6 +986,10 @@ msgid ""
983986
"platforms. (Contributed by Jan Matějek, Matěj Cepl, Charalampos Stratakis "
984987
"and Victor Stinner in :issue:`1294959`.)"
985988
msgstr ""
989+
"增加了新的 :attr:`sys.platlibdir` 属性:平台专属库目录的名称。 它被用于构建标准库的路径以及已安装扩展模块的路径。 "
990+
"它在大多数平台上等价于 ``\"lib\"``。 在 Fedora 和 SuSE 上,它等价于 64 位平台上的 ``\"lib64\"``。 (由 "
991+
"Jan Matějek, Matěj Cepl, Charalampos Stratakis 和 Victor Stinner 在 "
992+
":issue:`1294959` 中贡献。)"
986993

987994
#: ../../whatsnew/3.9.rst:561
988995
msgid ""

0 commit comments

Comments
 (0)