]> granicus.if.org Git - python/commit
Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 1 Jan 2013 22:05:55 +0000 (23:05 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 1 Jan 2013 22:05:55 +0000 (23:05 +0100)
commite4110dc11f9e90d3a7fcd8f0a5f9ded344f433c6
treeee1a8b42b8180f001903e511364ea187e1f8dff6
parent8c126d7abd67fbb88a58d0efbdad573fc6043e76
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.
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c