commit | 80971d4d1c63cd17fd24f01acd19f1f1ee3bf18a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 11 23:57:10 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 11 23:57:10 2010 +0000 |
tree | 175fe8f21fbaf1cdf4a86faa0ec41f115856df9e | |
parent | cdf53bd05b7adc6be398ff5b6c776ca8e40a9964 [diff] |
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(). ........