[Python-Dev] Byte string class hierarchy (original) (raw)
Barry Warsaw barry at python.org
Thu Aug 19 00:39:22 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 Wed, 2004-08-18 at 18:36, Neil Schemenauer wrote:
On Thu, Aug 19, 2004 at 12:16:33AM +0200, Jack Jansen wrote: > genericbytes > mutablebytes > bytes > genericstring > string > unicode
I think characters (unicode or otherwise) should not be confused with bytes. Having 'unicode' as a subclass of 'bytes' is very confusing to me.
Agreed!
-Barry
-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 307 bytes Desc: This is a digitally signed message part Url : http://mail.python.org/pipermail/python-dev/attachments/20040818/cfad824b/attachment.pgp
- Previous message: [Python-Dev] Byte string class hierarchy
- Next message: [Python-Dev] Byte string class hierarchy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]