File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -1682,6 +1682,7 @@ msgstr ""
16821682" ├── ReferenceError\n"
16831683" ├── RuntimeError\n"
16841684" │ ├── NotImplementedError\n"
1685+ " │ ├── PythonFinalizationError\n"
16851686" │ └── RecursionError\n"
16861687" ├── StopAsyncIteration\n"
16871688" ├── StopIteration\n"
@@ -1756,13 +1757,3 @@ msgstr "module(模組)"
17561757#: ../../library/exceptions.rst:345
17571758msgid "errno"
17581759msgstr "errno"
1759-
1760- #~ msgid ""
1761- #~ "The condition can be either a function that accepts an exception and "
1762- #~ "returns true for those that should be in the subgroup, or it can be an "
1763- #~ "exception type or a tuple of exception types, which is used to check for "
1764- #~ "a match using the same check that is used in an ``except`` clause."
1765- #~ msgstr ""
1766- #~ "條件可以是一個函式,接受一個例外並對那些應該要在子群組裡的例外回傳 true,"
1767- #~ "或者可以是一個例外類型或例外類型的元組,並使用與 ``except`` 子句所使用的相"
1768- #~ "同檢查來檢查是否有比對到。"
You can’t perform that action at this time.
0 commit comments