From: Victor Stinner Date: Fri, 11 Jun 2010 23:57:10 +0000 (+0000) Subject: Blocked revisions 81927 via svnmerge X-Git-Tag: v3.1.3rc1~640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80971d4d1c63cd17fd24f01acd19f1f1ee3bf18a;p=python Blocked revisions 81927 via svnmerge ........ r81927 | victor.stinner | 2010-06-12 01:56:51 +0200 (sam., 12 juin 2010) | 3 lines Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode filenames and enable os.fsencode(). ........ ---