commit | f1044293fa36667b5ba11fbc7acac21a03b82710 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Sep 27 18:01:22 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Sep 27 18:01:22 2007 +0000 |
tree | 41aac1b32323f1ae889d88c097157d330dc1aff7 | |
parent | 4e02c503e789337b07cc14ece3f5adbf23732c89 [diff] |
Patch # 1145 by Thomas Lee: str.join(...) now applies str() to the sequence elements if they're not strings alraedy, except for bytes, which still raise TypeError (for the same reasons why ""==b"" raises it).