Bug or feature? 'abc'.split('') rejects empty separator
Neil Schemenauer
nas at python.ca
Sun Feb 10 18:49:43 EST 2002
More information about the Python-list mailing list
Sun Feb 10 18:49:43 EST 2002
- Previous message (by thread): Bug or feature? 'abc'.split('') rejects empty separator
- Next message (by thread): Bug or feature? 'abc'.split('') rejects empty separator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark McEahern wrote:
> That's what that is:
>
> >>> list('abc')
> ['a', 'b', 'c']
I should have said ['abc'] instead.
Neil
- Previous message (by thread): Bug or feature? 'abc'.split('') rejects empty separator
- Next message (by thread): Bug or feature? 'abc'.split('') rejects empty separator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list