Guido van Rossum <[EMAIL PROTECTED]> wrote: > However there's quite a bit of Python 2.x code around that manipulates > *bytes* in the guise of 8-bit strings, and it uses tests like "if s[0] >== 'x': ..." frequently.
I think it would be useful to do a survey and see how much code would be affected and the effect on readability. Neil _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com