@@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.12\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2024-03-12 00:03+0000\n "
13
+ "POT-Creation-Date : 2024-04-10 00:03+0000\n "
14
14
"PO-Revision-Date : 2022-10-24 14:54+0800\n "
15
15
"
Last-Translator :
Steven Hsu <[email protected] >\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -196,11 +196,13 @@ msgstr ""
196
196
"用一組括號內的 tuple 列舉多個例外,例如: ::"
197
197
198
198
#: ../../tutorial/errors.rst:122
199
+ #, fuzzy
199
200
msgid ""
200
- "A class in an :keyword:`except` clause is compatible with an exception if it "
201
- "is the same class or a base class thereof (but not the other way around --- "
202
- "an *except clause* listing a derived class is not compatible with a base "
203
- "class). For example, the following code will print B, C, D in that order::"
201
+ "A class in an :keyword:`except` clause matches exceptions which are "
202
+ "instances of the class itself or one of its derived classes (but not the "
203
+ "other way around --- an *except clause* listing a derived class does not "
204
+ "match instances of its base classes). For example, the following code will "
205
+ "print B, C, D in that order::"
204
206
msgstr ""
205
207
"一個在 :keyword:`except` 子句中的 class(類別)和一個例外是可相容的,只要它與"
206
208
"例外是同一個 class 或是為其 base class(基底類別);反之則無法成立——列出 "
0 commit comments