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