Changed to use string explicitly
Python 2 would see None and an empty string as the same. Bytes is also just an alias for str. In Python 3, they are different and can't be used interchangeably.
Loading
Please sign in to comment
Python 2 would see None and an empty string as the same. Bytes is also just an alias for str. In Python 3, they are different and can't be used interchangeably.