[Python-3000] Automatically invoking str() in str.join()

Fredrik Lundh fredrik at pythonware.com
Thu Apr 27 16:38:03 CEST 2006


Georg Brandl wrote:

> As a side note, I named the thing "string.join()" because I didn't know what to
> write.

join()

it's time to make this a builtin.  the "it's the separator that's doing the
joining" idea is silly and unintuitive, and should be fixed.

</F>





More information about the Python-3000 mailing list