From: Victor Stinner Date: Tue, 25 May 2010 22:35:40 +0000 (+0000) Subject: Blocked revisions 81537 via svnmerge X-Git-Tag: v3.2a1~692 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e73b21240a985583728b40d53f4274bfe406696b;p=python Blocked revisions 81537 via svnmerge ........ r81537 | victor.stinner | 2010-05-26 00:30:32 +0200 (mer., 26 mai 2010) | 3 lines 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 ........ py3k was already fixed by r81252. ---