On Mon, Aug 23, 2004 at 12:32:39PM -0400, Tim Peters wrote:
| The same applies to string.join(iterable), for that matter.
This code-snippet is littered everwhere in my applications:
string.join([str(x) for x in iterable])
Its tedious and makes code hard to read. Do we need a PEP to fix this?
Clark