From: Victor Stinner Date: Fri, 7 May 2010 00:51:05 +0000 (+0000) Subject: Blocked revisions 80902 via svnmerge X-Git-Tag: v3.1.3rc1~800 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df41a0fa5d598a520604cdc7736c90cf6e47c36b;p=python Blocked revisions 80902 via svnmerge ........ r80902 | victor.stinner | 2010-05-07 02:50:12 +0200 (ven., 07 mai 2010) | 4 lines module_repr(): use %U to format the file name Avoid useless encode/decode of the filename ........ ---