From: Victor Stinner Date: Fri, 7 May 2010 00:41:55 +0000 (+0000) Subject: Blocked revisions 80900 via svnmerge X-Git-Tag: v3.1.3rc1~801 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=648321376a0eeacde97af9cf5ddf0655d4ad473d;p=python Blocked revisions 80900 via svnmerge ........ r80900 | victor.stinner | 2010-05-07 02:41:18 +0200 (ven., 07 mai 2010) | 4 lines code_repr(): use %U to format the filename Avoid useless unicode decoding/recoding of the filename. ........ ---