This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author PeterL
Recipients PeterL
Date 2009-07-20.17:35:37
SpamBayes Score 3.262661e-05
Marked as misclassified No
Message-id <1248111338.77.0.245870512427.issue6525@psf.upfronthosting.co.za>
In-reply-to
Content
True, but later in the application code like this
a = u"qaz" + string.lowercase[26]

causes
   a = u"qaz" + string.lowercase[26]
UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in position 0:
ordinal not in range(128)

0x83 corresponds to â.
History
Date User Action Args
2009-07-20 17:35:38PeterLsetrecipients: + PeterL
2009-07-20 17:35:38PeterLsetmessageid: <1248111338.77.0.245870512427.issue6525@psf.upfronthosting.co.za>
2009-07-20 17:35:37PeterLlinkissue6525 messages
2009-07-20 17:35:37PeterLcreate