Grégory Starck <[email protected]> added the comment:

FWIW -1 from me too.

That should be solved by creating a new function IMO : 

def joinstr(sep, *seq):
    return sep.join(str(i) for i in seq)

----------
nosy: [email protected]

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue43535>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to