[Python-bugs-list] [ python-Feature Requests-694320 ] Add list.join()

SourceForge.net noreply@sourceforge.net
Thu, 27 Feb 2003 04:52:10 -0800


Feature Requests item #694320, was opened at 2003-02-27 08:52
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=694320&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Daniel (kamek)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add list.join()

Initial Comment:
While there's string.join(list), I believe it'd make much 
more sense to have list.join(string). In most languages 
(and also in the string module), the first argument for join 
functions is the list, and the second is the separator. 
Not to mention code using methods directly in strings, 
like "' '.join(...)" is uglier :)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=694320&group_id=5470