Bug or feature? 'abc'.split('') rejects empty separator

Neil Schemenauer nas at python.ca
Sun Feb 10 18:49:43 EST 2002
Mark McEahern wrote:
> That's what that is:
> 
> 	>>> list('abc')
> 	['a', 'b', 'c']

I should have said ['abc'] instead.

  Neil




More information about the Python-list mailing list