]> granicus.if.org Git - python/commit
Issue #16416: On Mac OS X, operating system data are now always
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Dec 2012 11:47:59 +0000 (12:47 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Dec 2012 11:47:59 +0000 (12:47 +0100)
commit27b1ca29ccf523e736a47c02f554de5374e241fc
treedaf9a3fdd3e0fdd67b9b95795fa03f7a6c895398
parentce31f66a6d23a5df75eb692c2991e7602b2b6571
Issue #16416: On Mac OS X, operating system data are now always
encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding
(which may be ASCII if no locale environment variable is set), to avoid
inconsistencies with os.fsencode() and os.fsdecode() functions which are
already using UTF-8/surrogateescape.
Misc/NEWS
Modules/python.c
Objects/unicodeobject.c
Python/fileutils.c