From: Victor Stinner Date: Fri, 11 Jun 2010 00:39:31 +0000 (+0000) Subject: Blocked revisions 81883 via svnmerge X-Git-Tag: v3.1.3rc1~652 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d89ea3183ef7129a6e774ef95f2bfc8e098c7da0;p=python Blocked revisions 81883 via svnmerge ........ r81883 | victor.stinner | 2010-06-11 02:36:33 +0200 (ven., 11 juin 2010) | 5 lines Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X File system encoding have to be hardcoded to "utf-8" on Mac OS X. r81190 introduced a regression: the encoding was changed depending on the locale. ........ ---