File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,9 @@ The following warnings category classes are currently defined:
8080| | unless triggered by code in ``__main__ ``). |
8181+----------------------------------+-----------------------------------------------+
8282| :exc: `SyntaxWarning ` | Base category for warnings about dubious |
83- | | syntactic features (emitted when compiling |
84- | | Python source code to bytecode). |
83+ | | syntactic features (typically emitted when |
84+ | | compiling Python source code, and hence |
85+ | | may not be suppressed by runtime filters) |
8586+----------------------------------+-----------------------------------------------+
8687| :exc: `RuntimeWarning ` | Base category for warnings about dubious |
8788| | runtime features. |
You can’t perform that action at this time.
0 commit comments