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 iamsav
Recipients Javier Dehesa, christian.heimes, eric.araujo, iamsav, josh.r, serhiy.storchaka
Date 2019-09-16.09:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568626409.56.0.0620943318987.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.
History
Date User Action Args
2019-09-16 09:33:29iamsavsetrecipients: + iamsav, christian.heimes, eric.araujo, serhiy.storchaka, josh.r, Javier Dehesa
2019-09-16 09:33:29iamsavsetmessageid: <1568626409.56.0.0620943318987.issue33214@roundup.psfhosted.org>
2019-09-16 09:33:29iamsavlinkissue33214 messages
2019-09-16 09:33:29iamsavcreate