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 gvanrossum
Recipients gvanrossum, ishimoto, lemburg, loewis, nnorwitz
Date 2007-10-11.02:20:07
SpamBayes Score 0.19294943
Marked as misclassified No
Message-id <ca471dc20710101920l7baf6ca9vc1c7cd8a506e55ce@mail.gmail.com>
In-reply-to <1192067689.21.0.898260887055.issue1031213@psf.upfronthosting.co.za>
Content
> PyErr_Print() is called to report exception raised by codec.
> If PyUnicode_DecodeUTF8() or PyUnicode_AsEncodedString() return NULL,
> PyErr_Print() is called.

This comment is not very helpful; it describes what happens, but not
why, or whether that is a good idea. I believe that if this call is
ever reached, two tracebacks will be printed, confusing the user.
History
Date User Action Args
2007-10-11 02:20:08gvanrossumsetspambayes_score: 0.192949 -> 0.19294943
recipients: + gvanrossum, lemburg, loewis, nnorwitz, ishimoto
2007-10-11 02:20:08gvanrossumlinkissue1031213 messages
2007-10-11 02:20:07gvanrossumcreate