commit | e4110dc11f9e90d3a7fcd8f0a5f9ded344f433c6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 01 23:05:55 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 01 23:05:55 2013 +0100 |
tree | ee1a8b42b8180f001903e511364ea187e1f8dff6 | |
parent | 8c126d7abd67fbb88a58d0efbdad573fc6043e76 [diff] |
Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding with the surrogateescape error handler, instead of UTF-8 in strict mode.