]> granicus.if.org Git - python/commit
(Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Dec 2012 11:48:53 +0000 (12:48 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Dec 2012 11:48:53 +0000 (12:48 +0100)
commit2660e427d1abcae9fc60115c45619ed2286fc560
tree2bc8119cac17fb963f323f964f8774cffbaa1879
parenta2816c2b11aeb24b232570b4073a9644bfdd82c7
parent27b1ca29ccf523e736a47c02f554de5374e241fc
(Merge 3.2) 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