No 1.6! (was Re: A REALLY COOL PYTHON FEATURE:)

Martijn Faassen m.faassen at vet.uu.nl
Thu May 18 07:45:18 EDT 2000


Fredrik Lundh <effbot at telia.com> wrote:
> much better than that non-intuitive 1.6 implementation.  now, all
> that's left is to implement this.  let's start with the join function...

> $ cd python-1.6\Lib
> $ more string.py
> ...
> def join(words, sep = ' '):
>     return sep.join(words)
> ...

> hmm.

That doesn't help us one bit if it's true what an earlier poster said and
the 'string' module is deprecated.

Regards,

Martijn
-- 
History of the 20th Century: WW1, WW2, WW3?
No, WWW -- Could we be going in the right direction?



More information about the Python-list mailing list