Jeffrey Yasskin wrote: > If you have mutable bytes and need an > immutable object, you could 1) convert it to an int (probably > big-endian),
That's not a reversible transformation, because you lose information about leading zero bits. > 4) use the deprecated str8 type Which won't exist in Py3k, so it'll be a bit hard to use... -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
