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 alex.hartwig, asvetlov, ezio.melotti
Date 2012-08-29.12:56:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346244978.08.0.991668515316.issue15809@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like your IDLE is set to use latin-1, but s.encode('latin1') should have failed with an UnicodeEncodeError.  Are you sure you copied the snippet correctly?
The default source encoding refers to the .py files you open with IDLE, and doesn't affect the encoding used by IDLE itself while printing.

(Please use English to report issues.)
History
Date User Action Args
2012-08-29 12:56:18ezio.melottisetrecipients: + ezio.melotti, asvetlov, alex.hartwig
2012-08-29 12:56:18ezio.melottisetmessageid: <1346244978.08.0.991668515316.issue15809@psf.upfronthosting.co.za>
2012-08-29 12:56:17ezio.melottilinkissue15809 messages
2012-08-29 12:56:17ezio.melotticreate