Ezio Melotti added the comment:

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.)

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15809>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to