• Guido van Rossum's avatar
    Patch # 1145 by Thomas Lee: · 14500d91
    Guido van Rossum authored
    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).
    14500d91
unicodeobject.c 241 KB