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 gstarck
Recipients BTaskaya, EmilStenstrom, eric.smith, gregory.p.smith, gstarck, jack1142, kamilturek, mrabarnett, pablogsal, rhettinger, serhiy.storchaka, terry.reedy, veky, xtreak
Date 2021-03-21.13:53:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616334785.93.0.041180977713.issue43535@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2021-03-21 13:53:05gstarcksetrecipients: + gstarck, rhettinger, terry.reedy, gregory.p.smith, eric.smith, mrabarnett, serhiy.storchaka, veky, pablogsal, xtreak, BTaskaya, EmilStenstrom, jack1142, kamilturek
2021-03-21 13:53:05gstarcksetmessageid: <1616334785.93.0.041180977713.issue43535@roundup.psfhosted.org>
2021-03-21 13:53:05gstarcklinkissue43535 messages
2021-03-21 13:53:05gstarckcreate