[Python-Dev] bytes thoughts
Guido van Rossum
guido at python.org
Fri Mar 17 02:39:50 CET 2006
More information about the Python-Dev mailing list
Fri Mar 17 02:39:50 CET 2006
- Previous message: [Python-Dev] bytes thoughts
- Next message: [Python-Dev] bytes thoughts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/16/06, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote: > BTW, is anyone else bothered that the term "bytes object" > is a bit cumbersome? Also confusing as to whether it's > singular or plural. Could we perhaps call it a bytevector > or bytearray or something? Doesn't really bother me. You could call it a bytes array (especially since I expect it will start off as a subclass of the array.array class). I'd still like the built-in name to be 'bytes'. -- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] bytes thoughts
- Next message: [Python-Dev] bytes thoughts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list