Message352531
| 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:11 | christian.heimes | set | recipients: + christian.heimes, eric.araujo, serhiy.storchaka, josh.r, Javier Dehesa, iamsav |
| 2019-09-16 09:46:11 | christian.heimes | set | messageid: <1568627171.52.0.89930290442.issue33214@roundup.psfhosted.org> |
| 2019-09-16 09:46:11 | christian.heimes | link | issue33214 messages |
| 2019-09-16 09:46:11 | christian.heimes | create | |