[Python-ideas] Add list.join() please

Robert Vanden Eynde robertve92 at gmail.com
Tue Jan 29 22:36:56 EST 2019


> stringify = lambda it: type(it)(map(str, it))
>

stringify(range(5)) doesn't work ^^

One advantage or having a standard function is that it has been designed by
a lot of persons for all possible use cases :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20190130/6bf96bb8/attachment.html>


More information about the Python-ideas mailing list