[Python-Dev] str.join, string.join

Aahz aahz@pythoncraft.com
Tue, 11 Feb 2003 15:21:33 -0500


On Tue, Feb 11, 2003, Christian Tismer wrote:
>
> Unfortunately, this is the opposite as in
> the string module:
>    str.join(',', lines)     # vs.
>    string.join(lines, ',')

When it was only string.join(), I always got the order of arguments
reversed, so I'd be quite happy to have the class method be canonical,
with the arguments in that order.
-- 
Aahz (aahz@pythoncraft.com)           <*>         http://www.pythoncraft.com/

Register for PyCon now!  http://www.python.org/pycon/reg.html