Ask HN: Why Python developers named 'bytearray' in Python 3.x?

https://news.ycombinator.com/item?id=7821416
by _navaneethan • 12 years ago
1 1 12 years ago

Python 3.x the ascii string type is named as type(bytearray(b'bytearrays') "bytearray".It seems quite long characters.

Did they consider other options like "byte" or "string" something like that? What was the particular reason for the namespaces?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com