]> granicus.if.org Git - python/commit
Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 May 2010 22:30:32 +0000 (22:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 May 2010 22:30:32 +0000 (22:30 +0000)
commitc49dfcc8dcf5aec3151f7a76fd860ce0247f9bf9
tree0a895906ec8058f18419b4a5cd19d7747d8f6280
parent7c4d7d3e17cc683f1094cc8c33fd7435008f4ada
Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and
error handler, instead of writing to the C stderr file in utf-8
Lib/test/test_sys.py
Misc/NEWS
Python/pythonrun.c