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 ezio.melotti
Recipients ezio.melotti, flox, hugo
Date 2010-07-29.01:32:03
SpamBayes Score 0.0054285466
Marked as misclassified No
Message-id <1280367125.54.0.491150105954.issue9409@psf.upfronthosting.co.za>
In-reply-to
Content
This change has been introduced in r79307 (see #7667).
The error seems to be raised because example.source is not unicode so it gets decoded implicitly before getting encoded with ascii+backslashreplace. I don't know if example.source is always supposed to be str or if the type might be different in some situations.
History
Date User Action Args
2010-07-29 01:32:05ezio.melottisetrecipients: + ezio.melotti, flox, hugo
2010-07-29 01:32:05ezio.melottisetmessageid: <1280367125.54.0.491150105954.issue9409@psf.upfronthosting.co.za>
2010-07-29 01:32:03ezio.melottilinkissue9409 messages
2010-07-29 01:32:03ezio.melotticreate