Comment on draft PEP for deprecating six builtins

Fredrik Lundh fredrik at pythonware.com
Tue Apr 30 17:06:15 EDT 2002


John Roth wrote:
> To me, .join() makes much more sense as a list or tuple method than
> either. Semantically, .join() takes a sequence and transforms it into
> a string, therefore it should be a method on the input type (the
> sequence)

there is no sequence type in Python.  try again.

</F>





More information about the Python-list mailing list