commit | 202fdca133ce8f5b0c37cca1353070e0721c688d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon May 07 12:47:02 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon May 07 12:47:02 2012 +0200 |
tree | 7e6f1c58ca7b836f8fb8132dea7f85b08d403894 | |
parent | 9fad1604110cd7a0bb32792aa6d6c6a63018d51e [diff] |
Close #14716: str.format() now uses the new "unicode writer" API instead of the PyAccu API. For example, it makes str.format() from 25% to 30% faster on Linux.