From: Victor Stinner Date: Sat, 15 May 2010 16:28:22 +0000 (+0000) Subject: Blocked revisions 81194 via svnmerge X-Git-Tag: v3.1.3rc1~763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30b038497bd3e2067e21e9ea2a7e02423999f9ae;p=python Blocked revisions 81194 via svnmerge ........ r81194 | victor.stinner | 2010-05-15 18:27:27 +0200 (sam., 15 mai 2010) | 5 lines Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode object to Py_FileSystemDefaultEncoding with the "surrogateescape" error handler, return a bytes object. If Py_FileSystemDefaultEncoding is not set, fall back to UTF-8. ........ ---