Re: Mutable Bytes
"Mark Hahn" <[email protected]> Sun, 25 Jul 2004 23:40:27 -0700
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Greg Ewing wrote: >> Can we get some other comments on this? > > Perhaps you could do with something like Python's array type > (which is mutable). Are you saying to leave Bytes alone and use a different array type for mutability or are you saying that we could use the Bytes type like the array type? It really is like an array of bytes. I can't really think of any argument for keeping Bytes immutable, can you Greg?