j
k
j a
j l
David Abrahams wrote:
Like John said: python -c "print ''.split('/'), 'abc/abc'.split('/'), 'abc/abc/'.split('/')" [''] ['abc', 'abc'] ['abc', 'abc', '']
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
Back to the thread
Back to the list