[issue33214] join method for list and tuple

Александр Семенов report at bugs.python.org
Mon Sep 16 05:33:29 EDT 2019


Александр Семенов <iamsav at gmail.com> added the comment:

in javascript join() is made the other way around
['1','2','3'].join(', ')
so, [].join() may confuse some peoples.

----------
nosy: +iamsav

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33214>
_______________________________________


More information about the Python-bugs-list mailing list