New submission from Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: When SystemExit is raised with a string argument, it is printed as UTF-8 to the (libc) stderr, and does not use the terminal's encoding.
handle_system_exit() should use PyFile_WriteString() instead of PyObject_Print(). ---------- messages: 72708 nosy: amaury.forgeotdarc severity: normal status: open title: SystemExit incorrectly displays unicode message versions: Python 3.0 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3798> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com