Commit 95ff5249 authored by Victor Stinner's avatar Victor Stinner

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
........
parent 0f752ee0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment