On 8/20/2010 8:41 AM, Aahz wrote:
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"?
Type "str" in Python 2.6 is ASCII, 0..127.
John Nagle
--
http://mail.python.org/mailman/listinfo/python-list
