99# Larry Wang <[email protected] >, 20211010# jaystone776 <[email protected] >, 20211111# Dai Xu <[email protected] >, 202112- # Freesand Leo <[email protected] >, 20221312# Alpha Du <[email protected] >, 202213+ # Freesand Leo <[email protected] >, 20231414#
1515#, fuzzy
1616msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919"Report-Msgid-Bugs-To : \n "
2020"POT-Creation-Date : 2023-08-04 14:13+0000\n "
2121"PO-Revision-Date : 2021-06-28 01:50+0000\n "
22- "Last-Translator : Alpha Du <alphanow@gmail .com>, 2022 \n "
22+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2023 \n "
2323"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2424"MIME-Version : 1.0\n "
2525"Content-Type : text/plain; charset=UTF-8\n "
@@ -212,12 +212,14 @@ msgid ""
212212"types define :meth:`~object.__str__` to print all the arguments without "
213213"explicitly accessing ``.args``. ::"
214214msgstr ""
215+ "*except 子句* 可能会在异常名称后面指定一个变量。 这个变量将被绑定到异常实例,该实例通常会有一个存储参数的 ``args`` 属性。 "
216+ "为了方便起见,内置异常类型定义了 :meth:`~object.__str__` 来打印所有参数而不必显式地访问 ``.args``。 ::"
215217
216218#: ../../tutorial/errors.rst:177
217219msgid ""
218220"The exception's :meth:`~object.__str__` output is printed as the last part "
219221"('detail') of the message for unhandled exceptions."
220- msgstr ""
222+ msgstr "未处理异常的 :meth:`~object.__str__` 输出会被打印为该异常消息的最后部分 ('detail')。 "
221223
222224#: ../../tutorial/errors.rst:180
223225msgid ""
0 commit comments