Raised when bytes or bytearray are compared with str, or when bytes are used where str was expected. Enabled with -bb.
BytesWarning
python Raised when bytes or bytearray are compared with str, or when bytes are used where str was expected. Enabled with -bb.