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

Skip to content

Commit be6221b

Browse files
[po] auto sync
1 parent 422f207 commit be6221b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

library/sys.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ msgstr "本函数仅限 CPython。此处没有定义确切的输出格式,且
348348

349349
#: ../../library/sys.rst:235
350350
msgid "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."
365365
msgstr ""
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
368372
msgid ""

0 commit comments

Comments
 (0)