From: Victor Stinner Date: Fri, 7 May 2010 16:35:44 +0000 (+0000) Subject: Blocked revisions 80923 via svnmerge X-Git-Tag: v3.1.3rc1~797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5852813b8cba1cdd86f6a9f8a25239180f8c3be;p=python Blocked revisions 80923 via svnmerge ........ r80923 | victor.stinner | 2010-05-07 18:34:53 +0200 (ven., 07 mai 2010) | 3 lines Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, "surrogateescape") by PyUnicode_DecodeFSDefault(val). ........ ---