From: Stefan Slapeta (stefan_at_[hidden])
Date: 2005-07-13 15:12:21


David Abrahams wrote:
>
> Like John said:
>
> python -c "print ''.split('/'), 'abc/abc'.split('/'), 'abc/abc/'.split('/')"
> [''] ['abc', 'abc'] ['abc', 'abc', '']
>

ok, forget about it then. I've just found out that other libraries do
the same thing...

stefan