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:17
SpamBayes Score 3.262661e-05
Marked as misclassified No
Message-id <1248111319.51.0.437300304706.issue6525@psf.upfronthosting.co.za>
In-reply-to
Content
Thru, 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:19PeterLsetrecipients: + PeterL
2009-07-20 17:35:19PeterLsetmessageid: <1248111319.51.0.437300304706.issue6525@psf.upfronthosting.co.za>
2009-07-20 17:35:18PeterLlinkissue6525 messages
2009-07-20 17:35:17PeterLcreate