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

Jamesie Pic jpic at yourlabs.org
Wed Jan 30 06:37:45 EST 2019


Thanks for your reply Jimmy ! As suggested by Chris and Steven, we
might also want to throw in a "key" kwarg, that could be none by
default to keep BC, but also allow typecasting:

' '.join('a', 2, key=str)

-- 
∞


More information about the Python-ideas mailing list