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 ishimoto
Recipients gvanrossum, ishimoto, lemburg, loewis, nnorwitz
Date 2007-10-11.01:54:49
SpamBayes Score 0.008853861
Marked as misclassified No
Message-id <1192067689.21.0.898260887055.issue1031213@psf.upfronthosting.co.za>
In-reply-to
Content
PyErr_Print() is called to report exception raised by codec. 
If PyUnicode_DecodeUTF8() or PyUnicode_AsEncodedString() return NULL,
PyErr_Print() is called.
History
Date User Action Args
2007-10-11 01:54:49ishimotosetspambayes_score: 0.00885386 -> 0.008853861
recipients: + ishimoto, lemburg, gvanrossum, loewis, nnorwitz
2007-10-11 01:54:49ishimotosetspambayes_score: 0.00885386 -> 0.00885386
messageid: <1192067689.21.0.898260887055.issue1031213@psf.upfronthosting.co.za>
2007-10-11 01:54:49ishimotolinkissue1031213 messages
2007-10-11 01:54:49ishimotocreate