From: Victor Stinner Date: Sat, 15 May 2010 12:28:16 +0000 (+0000) Subject: Blocked revisions 81190 via svnmerge X-Git-Tag: v3.1.3rc1~765 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42cdd9c1917d2546bae6cb50e7f8ac50fa93a2c5;p=python Blocked revisions 81190 via svnmerge ........ r81190 | victor.stinner | 2010-05-15 14:27:16 +0200 (sam., 15 mai 2010) | 4 lines Issue #8610: Load file system codec at startup, and display a fatal error on failure. Set the file system encoding to utf-8 (instead of None) if getting the locale encoding failed, or if nl_langinfo(CODESET) function is missing. ........ ---