Georg Brandl wrote: > Hm... I have a feeling that this will be one of the first entries in a > hypothetical "Python 3.0 Gotchas" list.
And probably it's exacerbated by calling them byte "strings", when they're really a kind of array rather than a kind of string, and the use of b"..." as a constructor syntax. -- 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
