From: Victor Stinner Date: Thu, 22 Apr 2010 12:11:53 +0000 (+0000) Subject: Blocked revisions 80361 via svnmerge X-Git-Tag: v3.1.3rc1~891 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f2a070af7df168e4d6f90c08538444e88c77ceb;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 80361 via svnmerge ........ r80361 | victor.stinner | 2010-04-22 14:08:36 +0200 (jeu., 22 avril 2010) | 3 lines Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, you have to convert your bytearray filenames to bytes ........ ---