[Python-checkins] r80924 - python/branches/release31-maint
victor.stinner
python-checkins at python.org
Fri May 7 18:35:44 CEST 2010
Author: victor.stinner
Date: Fri May 7 18:35:44 2010
New Revision: 80924
Log:
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).
........
Modified:
python/branches/release31-maint/ (props changed)
More information about the Python-checkins
mailing list