Message3873

Author zyasoft
Recipients noelob, zyasoft
Date 2008-12-05.18:23:17
SpamBayes Score 1.2403957e-06
Marked as misclassified No
Message-id <1228501398.05.0.406767156874.issue1189@psf.upfronthosting.co.za>
In-reply-to
Content
CPython 2.5 takes str (byte strings), automatically coercing unicode
string via a encode to ascii as necessary.

So this is not even legal in CPython, since it throws
UnicodeEncodeError: 'ascii' codec... Nonetheless, we need more
investigation.
History
Date User Action Args
2008-12-05 18:23:18zyasoftsetmessageid: <1228501398.05.0.406767156874.issue1189@psf.upfronthosting.co.za>
2008-12-05 18:23:18zyasoftsetrecipients: + zyasoft, noelob
2008-12-05 18:23:17zyasoftlinkissue1189 messages
2008-12-05 18:23:17zyasoftcreate