File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ msgstr "本函数仅限 CPython。此处没有定义确切的输出格式,且
348348
349349#: ../../library/sys.rst:235
350350msgid "Integer specifying the handle of the Python DLL."
351- msgstr ""
351+ msgstr "指向 Python DLL 句柄的整数。 "
352352
353353#: ../../library/sys.rst:237 ../../library/sys.rst:771
354354#: ../../library/sys.rst:1434 ../../library/sys.rst:1646
@@ -363,6 +363,10 @@ msgid ""
363363"handler (which is probably ``'strict'``), encode it to "
364364"``sys.stdout.encoding`` with ``'backslashreplace'`` error handler."
365365msgstr ""
366+ "如果 *value* 不是 ``None``,则本函数会将 ``repr(value)`` 打印至 ``sys.stdout``,并将 *value* "
367+ "保存在 ``builtins._`` 中。如果 ``repr(value)`` 无法用 ``sys.stdout.errors`` "
368+ "错误回调方法(可能较为“严格”)编码为 ``sys.stdout.encoding``,请用 ``'backslashreplace'`` "
369+ "错误回调方法将其编码为 ``sys.stdout.encoding``。"
366370
367371#: ../../library/sys.rst:248
368372msgid ""
You can’t perform that action at this time.
0 commit comments