[Python-Dev] Byte string class hierarchy
Neil Schemenauer
nas at arctrix.com
Thu Aug 19 16:40:19 CEST 2004
More information about the Python-Dev mailing list
Thu Aug 19 16:40:19 CEST 2004
- Previous message: [Python-Dev] Byte string class hierarchy
- Next message: [Python-Dev] Byte string class hierarchy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Aug 19, 2004 at 11:21:38AM +0200, M.-A. Lemburg wrote: > I assume the picture will look more like this: > > basesequence > mutable > basebytes > bytes > array > cStringIO > mmap > immutable > unicode > tuple > basenumber > integer > float > decimal > complex Inheritance is overrated. :-) For example, I think mutability may be an orthogonal property. Also, I don't think cStringIO is sequence-like, it's more like a file. Neil
- Previous message: [Python-Dev] Byte string class hierarchy
- Next message: [Python-Dev] Byte string class hierarchy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list