]> granicus.if.org Git - python/commit
Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 7 May 2010 16:34:53 +0000 (16:34 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 7 May 2010 16:34:53 +0000 (16:34 +0000)
commit97c18ab6a52774364511bb5e4bf0444af4e700b9
tree5e14ba30e2d38f4813d027b4a391460d8fdfcc85
parent56fdb7545363c5b1e2987b08fa9b271dd289ce66
Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,
"surrogateescape") by PyUnicode_DecodeFSDefault(val).
Modules/grpmodule.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/spwdmodule.c