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. Neil