commit | 1c1d1e2baec5b44f40892d1691f84e7d33296b62 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun May 18 20:04:01 2014 +0100 |
committer | Raymond Hettinger <python@rcn.com> | Sun May 18 20:04:01 2014 +0100 |
tree | 98e61454737975b0dd06761d9b9304e8bbff78fa | |
parent | f6cc6e6b05dd0a416287fde92cf35492d99bc6db [diff] |
Don't grow strings by concatenation. Use ''.join() instead.