bug in string.join()?

Daniel Klein danielk at aracnet.com
Wed Feb 21 22:06:13 EST 2001


On Wed, 21 Feb 2001 20:32:11 +0100, Fernando Rodríguez <spamers at must.die>
wrote:

>>>> string.join(("abcde"))
>'a b c d e'
>
>Is this the expected behavior, or is it a bug? O:-)

What would you expect it to do? It's already 'joined' without spaces to start
with.

Dan





More information about the Python-list mailing list