[Python-3000] bytes: compare bytes to integer

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Aug 13 01:53:06 CEST 2007


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


More information about the Python-3000 mailing list