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 d012d64 commit 87ed1beCopy full SHA for 87ed1be
Doc/library/warnings.rst
@@ -91,6 +91,9 @@ following warnings category classes are currently defined:
91
| :exc:`UnicodeWarning` | Base category for warnings related to |
92
| | Unicode. |
93
+----------------------------------+-----------------------------------------------+
94
+| :exc:`BytesWarning` | Base category for warnings related to |
95
+| | str and bytearray. |
96
++----------------------------------+-----------------------------------------------+
97
98
While these are technically built-in exceptions, they are documented here,
99
because conceptually they belong to the warnings mechanism.
0 commit comments