]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encode
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Sep 2010 23:49:04 +0000 (23:49 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Sep 2010 23:49:04 +0000 (23:49 +0000)
commitcb04352e8cb1f81a4bc8b741734713c2877b3d47
tree05e163a2768b55b3293af83900d4f49465aabe34
parent1017ae525321c89492e8f8e54ce49b8197acdf4f
Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encode
the value with filesystem encoding and surrogateescape (instead of utf-8 in
strict mode).
Misc/NEWS
Modules/posixmodule.c