• Guido van Rossum's avatar
    Patch # 1145 by Thomas Lee: · f1044293
    Guido van Rossum yazdı
    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).
    f1044293
string_tests.py 53.9 KB