From: Victor Stinner Date: Fri, 30 Apr 2010 16:38:35 +0000 (+0000) Subject: Blocked revisions 80661 via svnmerge X-Git-Tag: v3.1.3rc1~833 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=564565bd16b1a05662a3980aa3bab31bcd3f8edb;p=python Blocked revisions 80661 via svnmerge ........ r80661 | victor.stinner | 2010-04-30 18:37:52 +0200 (ven., 30 avril 2010) | 6 lines PyUnicode_DecodeFSDefaultAndSize() uses surrogateescape error handler This function is only used to decode Python module filenames, but Python doesn't support surrogates in modules filenames yet. So nobody noticed this minor bug. ........ ---