[issue27781] Change sys.getfilesystemencoding() on Windows to UTF-8

STINNER Victor report at bugs.python.org
Wed Aug 17 06:52:39 EDT 2016


STINNER Victor added the comment:

Steve Dower: Please don't use git format for diff, or the bug tracker is unable to create reviews. I regenerated the patch.

By the way, you introduced a bug in posix_do_stat(): you added a new "else" in the !MS_WINDOWS path which leads to a compilation error. I fixed it.

----------
Added file: http://bugs.python.org/file44131/fsencoding.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27781>
_______________________________________


More information about the Python-bugs-list mailing list