Michael Foord <mich...@voidspace.org.uk> added the comment:

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.

----------
assignee:  -> michael.foord

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

Reply via email to