Python 3.x the ascii string type is named as type(bytearray(b'bytearrays')
"bytearray".It seems quite long characters.<p>Did they consider other options like "byte" or "string" something like that?
What was the particular reason for the namespaces?
"string" would be confusing. "byte" would be misleading. "bytearray" is what it is - it's an array of bytes. I don't know about the developers, but it seems like an obviously better choice to me.