commit | 247b5154ac37c2069d48fc500f06f06ff6763fa1 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Aug 27 03:22:50 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Aug 27 03:22:50 2007 +0000 |
tree | b2d9f1d0543d41b4e48d543c96ccdff557a55556 | |
parent | 44c19f64a5b10c4a68aee8757d68c54c9129d757 [diff] |
This adds a leak, but fixes a crash. The leaking code is: "{0:.{precision}s}".format('hello world', precision=5) I pretty sure it's because of the 'precision' keyword. Still need to investigate further.