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

Skip to content

Commit c669220

Browse files
[po] auto sync
1 parent b7752ce commit c669220

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

library/sys.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,10 @@ msgid ""
522522
" a :ref:`traceback object <traceback-objects>` which encapsulates the call "
523523
"stack at the point where the exception originally occurred."
524524
msgstr ""
525+
"如果整个堆栈都没有正在处理的异常,则返回包含三个 ``None`` 值的元组。否则返回值为 ``(type, value, "
526+
"traceback)``。它们的含义是:*type* 是正在处理的异常类型(它是 :exc:`BaseException` 的子类);*value* "
527+
"是异常实例(异常类型的实例);*traceback* 是一个 :ref:`回溯对象 <traceback-"
528+
"objects>`,该对象封装了最初发生异常时的调用堆栈。"
525529

526530
#: ../../library/sys.rst:373
527531
msgid ""

0 commit comments

Comments
 (0)