
13 Jul
2005
13 Jul
'05
9:10 p.m.
On Wed, Jul 13, 2005 at 10:12:21PM +0200, Stefan Slapeta wrote:
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...
Thanks, one less problem to solve. Regards, Pavol