File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
14051405msgstr ""
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
14081410msgid ""
Original file line number Diff line number Diff 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`)"
971971msgstr ""
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
974977msgid "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`.)"
985988msgstr ""
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
988995msgid ""
You can’t perform that action at this time.
0 commit comments