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 michael.foord
Recipients eric.araujo, ezio.melotti, jammon, jfinkels, michael.foord, r.david.murray
Date 2010-11-16.10:49:48
SpamBayes Score 1.7304195e-08
Marked as misclassified No
Message-id <1289904591.72.0.120406555874.issue10417@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is with a non-ascii character in a *Unicode* docstring. Python has to encode the string to write it to the terminal; the encode is implicit and so fails.

The problem doesn't happen with Python 3 unless you run on an ascii terminal.
History
Date User Action Args
2010-11-16 10:49:51michael.foordsetrecipients: + michael.foord, ezio.melotti, eric.araujo, r.david.murray, jfinkels, jammon
2010-11-16 10:49:51michael.foordsetmessageid: <1289904591.72.0.120406555874.issue10417@psf.upfronthosting.co.za>
2010-11-16 10:49:48michael.foordlinkissue10417 messages
2010-11-16 10:49:48michael.foordcreate