John Machin <sjmac...@lexicon.net> writes:

> OK, I'll bite: where does the Python 3.x bytearray type

I wasn't previously aware of it, thanks for bringing it to my attention
<URL:http://docs.python.org/3.1/library/stdtypes.html#bytes-methods>.

> fit into your taxonomy? At first glance it appears to be mutable and
> have a fair swag of functionality.

Yes. I'd classify it as a mutable array of bytes :-) but, as such, not
to be used as a text string.

-- 
 \                “Science doesn't work by vote and it doesn't work by |
  `\        authority.” —Richard Dawkins, _Big Mistake_ (The Guardian, |
_o__)                                                      2006-12-27) |
Ben Finney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to