This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Javier Dehesa, christian.heimes, eric.araujo, iamsav, josh.r, serhiy.storchaka
Date 2019-09-16.09:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568627171.52.0.89930290442.issue33214@roundup.psfhosted.org>
In-reply-to
Content
> in javascript join() is made the other way around
> ['1','2','3'].join(', ')
> so, [].join() may confuse some peoples.

It would be too confusing to have two different approaches to join strings in Python. Besides ECMAScript 1 came out in 1997, 5 years after Python was first released. By that argument JavaScript that should.
History
Date User Action Args
2019-09-16 09:46:11christian.heimessetrecipients: + christian.heimes, eric.araujo, serhiy.storchaka, josh.r, Javier Dehesa, iamsav
2019-09-16 09:46:11christian.heimessetmessageid: <1568627171.52.0.89930290442.issue33214@roundup.psfhosted.org>
2019-09-16 09:46:11christian.heimeslinkissue33214 messages
2019-09-16 09:46:11christian.heimescreate