As anyone who has worked with Python 3 and low-level protocols knows, Python 3 has no 'bytestring' type. It has immutable and mutable versions of arrays of integers, otherwise known as 'bytes' and 'bytearray'. How many would be interested in having a 'bytestring'? What do you see as the distinguishing characteristics? -- ~Ethan~