Comment on draft PEP for deprecating six builtins

Boris Borcic borcis at geneva-link.ch
Tue Apr 30 10:40:49 EDT 2002


Duncan Booth wrote:
> 
> I prefer writing
>    str.join(' ', aList)
> rather than
>    ' '.join(aList)
> 
> When the string is a literal I find the former reads much better. YMMV

I think the method syntax would be much clearer if the method was
named something like "glue".

  eg   '; '.glue(aList)

Boris Borcic
--
assert BOA in BAOBAB, "Paradise Mismatch Error"



More information about the Python-list mailing list