In article <[email protected]>, John Nagle <[email protected]> wrote: > > This looks like code that will do the wrong thing in >Python 2.6 for characters in the range 128-255. Those are >illegal in type "str", but this code is constructing such >values with "chr".
WDYM "illegal"? -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "...if I were on life-support, I'd rather have it run by a Gameboy than a Windows box." --Cliff Wells -- http://mail.python.org/mailman/listinfo/python-list
