@@ -21,7 +21,7 @@ msgid ""
2121msgstr ""
2222"Project-Id-Version : Python 3.12\n "
2323"Report-Msgid-Bugs-To : \n "
24- "POT-Creation-Date : 2024-02-16 14:13+0000\n "
24+ "POT-Creation-Date : 2024-04-19 14:13+0000\n "
2525"PO-Revision-Date : 2021-06-28 00:49+0000\n "
2626"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
2727"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -412,8 +412,8 @@ msgid ""
412412"handler, instead of the UTF-8 encoding with ``surrogatepass`` error handler,"
413413" for the :term:`filesystem encoding and error handler`."
414414msgstr ""
415- "如果该旗标为非零值,则使用 ``mbcs`` 编码和``replace`` 错误处理句柄 ,而不是 UTF-8 编码和 ``surrogatepass``"
416- " 错误处理句柄作用 :term:`filesystem encoding and error handler`。"
415+ "如果该旗标为非零值,则使用 ``mbcs`` 编码和``replace`` 错误处理器 ,而不是 UTF-8 编码和 ``surrogatepass`` "
416+ "错误处理器作用 :term:`filesystem encoding and error handler`。"
417417
418418#: ../../c-api/init.rst:217
419419msgid ""
@@ -628,7 +628,7 @@ msgid ""
628628"handlers, which might be useful when Python is embedded."
629629msgstr ""
630630"如果 *initsigs* 为 ``1`` 则该函数的工作方式与 :c:func:`Py_Initialize` 类似。 如果 *initsigs* 为"
631- " ``0``,它将跳过信号处理句柄的初始化注册 ,这在嵌入 Python 时可能会很有用处。"
631+ " ``0``,它将跳过信号处理器的初始化注册 ,这在嵌入 Python 时可能会很有用处。"
632632
633633#: ../../c-api/init.rst:379
634634msgid ""
@@ -741,7 +741,7 @@ msgstr ""
741741msgid ""
742742"Note that :data:`sys.stderr` always uses the \" backslashreplace\" error "
743743"handler, regardless of this (or any other) setting."
744- msgstr "请注意无论是否有此设置(或任何其他设置),:data:`sys.stderr` 都会使用 \" backslashreplace\" 错误处理句柄 。"
744+ msgstr "请注意无论是否有此设置(或任何其他设置),:data:`sys.stderr` 都会使用 \" backslashreplace\" 错误处理器 。"
745745
746746#: ../../c-api/init.rst:454
747747msgid ""
@@ -1106,12 +1106,8 @@ msgstr ""
11061106msgid ""
11071107"It is recommended that applications embedding the Python interpreter for "
11081108"purposes other than executing a single script pass ``0`` as *updatepath*, "
1109- "and update :data:`sys.path` themselves if desired. See `CVE-2008-5983 "
1110- "<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_."
1109+ "and update :data:`sys.path` themselves if desired. See :cve:`2008-5983`."
11111110msgstr ""
1112- "建议在出于执行单个脚本以外的目的嵌入 Python 解释器的应用程序传入 ``0`` 作为 *updatepath*,并在需要时更新 "
1113- ":data:`sys.path` 本身。 参见 `CVE-2008-5983 <https://cve.mitre.org/cgi-"
1114- "bin/cvename.cgi?name=CVE-2008-5983>`_。"
11151111
11161112#: ../../c-api/init.rst:765
11171113msgid ""
@@ -2425,7 +2421,7 @@ msgstr ""
24252421"将不会在系统调用返回之前被调用。 此函数 通常 **不适合** 从任意 C 线程调用 Python 代码。 作为替代,请使用 "
24262422":ref:`PyGILStateAPI <gilstate>`。"
24272423
2428- #: ../../c-api/init.rst:1825
2424+ #: ../../c-api/init.rst:1827
24292425msgid ""
24302426"If this function is called in a subinterpreter, the function *func* is now "
24312427"scheduled to be called from the subinterpreter, rather than being called "
0 commit comments