File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1704,7 +1704,7 @@ repository:
1704
1704
| Key | Lookup | Memory | Name | NotImplemented | OS | Overflow
1705
1705
| Reference | Runtime | Recursion | Syntax | System
1706
1706
| Tab | Type | UnboundLocal | Unicode(Encode|Decode|Translate)?
1707
- | Value | Windows | ZeroDivision
1707
+ | Value | Windows | ZeroDivision | ModuleNotFound
1708
1708
) Error
1709
1709
|
1710
1710
((Pending)?Deprecation | Runtime | Syntax | User | Future | Import
Original file line number Diff line number Diff line change 2669
2669
| Key | Lookup | Memory | Name | NotImplemented | OS | Overflow
2670
2670
| Reference | Runtime | Recursion | Syntax | System
2671
2671
| Tab | Type | UnboundLocal | Unicode(Encode|Decode|Translate)?
2672
- | Value | Windows | ZeroDivision
2672
+ | Value | Windows | ZeroDivision | ModuleNotFound
2673
2673
) Error
2674
2674
|
2675
2675
((Pending)?Deprecation | Runtime | Syntax | User | Future | Import
Original file line number Diff line number Diff line change @@ -1254,7 +1254,7 @@ repository:
1254
1254
| Key | Lookup | Memory | Name | NotImplemented | OS | Overflow
1255
1255
| Reference | Runtime | Recursion | Syntax | System
1256
1256
| Tab | Type | UnboundLocal | Unicode(Encode|Decode|Translate)?
1257
- | Value | Windows | ZeroDivision
1257
+ | Value | Windows | ZeroDivision | ModuleNotFound
1258
1258
) Error
1259
1259
|
1260
1260
((Pending)?Deprecation | Runtime | Syntax | User | Future | Import
Original file line number Diff line number Diff line change 1
1
AttributeError ConnectionAbortedError
2
2
PendingDeprecationWarning
3
+ ModuleNotFoundError
3
4
SystemExit
4
5
NotImplemented True None False Ellipsis
5
6
Warning
12
13
: source .python
13
14
ConnectionAbortedError : source .python , support .type .exception .python
14
15
PendingDeprecationWarning : source .python , support .type .exception .python
16
+ ModuleNotFoundError : source .python , support .type .exception .python
15
17
SystemExit : source .python , support .type .exception .python
16
18
NotImplemented : constant .language .python , source .python
17
19
: source .python
You can’t perform that action at this time.
0 commit comments