@@ -804,7 +804,7 @@ msgstr "引发一个 :ref:`审计事件 <auditing>` ``os.unsetenv``,附带参
804804
805805#: ../../library/os.rst:653
806806msgid "The function is now always available and is also available on Windows."
807- msgstr ""
807+ msgstr "该函数现在总是可用,并且在 Windows 上也可用。 "
808808
809809#: ../../library/os.rst:660
810810msgid "File Object Creation"
@@ -4458,7 +4458,7 @@ msgstr ""
44584458
44594459#: ../../library/os.rst:3639
44604460msgid ":ref:`Availability <availability>`: Linux 5.3+"
4461- msgstr ""
4461+ msgstr ":ref:`可用性 <availability>`: Linux 5.3+。 "
44624462
44634463#: ../../library/os.rst:3645
44644464msgid ""
@@ -5074,6 +5074,13 @@ msgid ""
50745074":attr:`si_signo`, :attr:`si_status`, :attr:`si_code` or ``None`` if "
50755075":data:`WNOHANG` is specified and there are no children in a waitable state."
50765076msgstr ""
5077+ "等待一个或多个子进程执行完毕。*idtype* 可以是 :data:`P_PID`, :data:`P_PGID`, :data:`P_ALL`, 或 "
5078+ ":data:`P_PIDFD` (Linux 可用)。*id* 指定要等待的 pid。*options* 是由 "
5079+ ":data:`WEXITED`、:data:`WSTOPPED` 或 :data:`WCONTINUED` 中的一个或多个进行或运算构造的,且额外可以与"
5080+ " :data:`WNOHANG` 或 :data:`WNOWAIT` 进行或运算。返回值是一个对象,对应着 :c:type:`siginfo_t` "
5081+ "结构体中的数据,即: :attr:`si_pid`, :attr:`si_uid`, :attr:`si_signo`, "
5082+ ":attr:`si_status`, :attr:`si_code` 或 ``None`` (如果指定了 :data:`WNOHANG` "
5083+ "且没有子进程处于等待状态)。"
50775084
50785085#: ../../library/os.rst:4054
50795086msgid ""
@@ -5195,7 +5202,7 @@ msgstr ""
51955202
51965203#: ../../library/os.rst:4169
51975204msgid "On Unix:"
5198- msgstr ""
5205+ msgstr "在 Unix 上: "
51995206
52005207#: ../../library/os.rst:4171
52015208msgid ""
@@ -5214,7 +5221,7 @@ msgstr ""
52145221
52155222#: ../../library/os.rst:4178
52165223msgid "Otherwise, raise a :exc:`ValueError`."
5217- msgstr ""
5224+ msgstr "否则将抛出 :exc:`ValueError` 异常。 "
52185225
52195226#: ../../library/os.rst:4180
52205227msgid "On Windows, return *status* shifted right by 8 bits."
0 commit comments