commit | f2c76aa6cb35ffc556058812daa2123487ac019b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu May 03 13:10:40 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu May 03 13:10:40 2012 +0200 |
tree | 1cda221a5c3fcef223b3af567415f2d728e326ba | |
parent | ac20f463da361647789a758c9ae45a4e77f03ebd [diff] |
Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an accumulator. Directly write characters into the output (don't use a temporary list): resize and widen the string on demand.