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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2008-09-06.21:51:01
SpamBayes Score 0.0023825618
Marked as misclassified No
Message-id <1220737862.32.0.22799945135.issue3798@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2008-09-06 21:51:02amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2008-09-06 21:51:02amaury.forgeotdarcsetmessageid: <1220737862.32.0.22799945135.issue3798@psf.upfronthosting.co.za>
2008-09-06 21:51:01amaury.forgeotdarclinkissue3798 messages
2008-09-06 21:51:01amaury.forgeotdarccreate