We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c00bc8 commit 12185bdCopy full SHA for 12185bd
1 file changed
Doc/library/warnings.rst
@@ -80,8 +80,9 @@ The following warnings category classes are currently defined:
80
| | unless triggered by code in ``__main__``). |
81
+----------------------------------+-----------------------------------------------+
82
| :exc:`SyntaxWarning` | Base category for warnings about dubious |
83
-| | syntactic features (emitted when compiling |
84
-| | Python source code to bytecode). |
+| | syntactic features (typically emitted when |
+| | compiling Python source code, and hence |
85
+| | may not be suppressed by runtime filters) |
86
87
| :exc:`RuntimeWarning` | Base category for warnings about dubious |
88
| | runtime features. |
0 commit comments