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 ""
1682
1682
" ├── ReferenceError\n"
1683
1683
" ├── RuntimeError\n"
1684
1684
" │ ├── NotImplementedError\n"
1685
+ " │ ├── PythonFinalizationError\n"
1685
1686
" │ └── RecursionError\n"
1686
1687
" ├── StopAsyncIteration\n"
1687
1688
" ├── StopIteration\n"
@@ -1756,13 +1757,3 @@ msgstr "module(模組)"
1756
1757
#: ../../library/exceptions.rst:345
1757
1758
msgid "errno"
1758
1759
msgstr "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