[Python-Dev] Unicode (original) (raw)
Barry A. Warsaw barry@zope.com
Sun, 28 Apr 2002 18:41:43 -0400
- Previous message: [Python-Dev] Unicode
- Next message: [Python-Dev] Unicode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"JJ" == Jack Jansen <Jack.Jansen@oratrix.com> writes:
JJ> [here's below] To my surprise I think that having blobs and
JJ> textstrings be unrelated objects creates less problems than
JJ> having the one be a subtype of the other.
While I think there's a lot of common operations you might do on blobs and textstrings, I don't see much of a need for them to be related via class hierarchy (although we might find it to be expedient for backwards compatibility).
-Barry
- Previous message: [Python-Dev] Unicode
- Next message: [Python-Dev] Unicode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]