From: Victor Stinner Date: Wed, 28 Apr 2010 17:27:23 +0000 (+0000) Subject: Blocked revisions 80582,80585 via svnmerge X-Git-Tag: v3.1.3rc1~849 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95ff5249334e1322a11f9063ea1aabe1c4a3326e;p=python Blocked revisions 80582,80585 via svnmerge ........ r80582 | victor.stinner | 2010-04-28 19:06:46 +0200 (mer., 28 avril 2010) | 4 lines Use PyErr_Format() in decoding_fgets() Avoid a buffer of 500 bytes allocated on the stack. ........ r80585 | victor.stinner | 2010-04-28 19:26:19 +0200 (mer., 28 avril 2010) | 5 lines Don't decode/recode the unicode filename in SyntaxError_str() * Rewrite my_basename() to use unicode * Use '%U' format ........ ---