This is incorrect in at least two ways:
- Python 2.7.x str is _not_ ASCII! "\xff" is totally valid, but not a valid ASCII string.
- Python 2.7.x has bytearray.
This is incorrect in at least two ways:
- Python 2.7.x str is _not_ ASCII! "\xff" is totally valid, but not a valid ASCII string.
- Python 2.7.x has bytearray.