From 30b038497bd3e2067e21e9ea2a7e02423999f9ae Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 15 May 2010 16:28:22 +0000 Subject: [PATCH] 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. ........ -- 2.50.1