]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 17 Dec 2011 03:45:09 +0000 (04:45 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 17 Dec 2011 03:45:09 +0000 (04:45 +0100)
commit1f33f2b0c381337d5991c227652d65eadd168209
tree4f2303936f90a15a9d7a132a3d5f57c238eba38d
parentf2ea71fcc8986101512265b685d8d3dfdf7b7bdb
Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8
Misc/NEWS
Modules/posixmodule.c
Modules/socketmodule.c
Objects/unicodeobject.c
Python/errors.c