irdb added the comment: Although in Python 3 IDLE can indeed print UTF-8 characters. But still sys.stdout.encoding == locale.getpreferredencoding() != 'utf-8'.
>>> sys.stdout.encoding 'cp1256' Shouldn't it be 'utf-8'? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19625> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com