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 ajoino
Recipients BTaskaya, EmilStenstrom, ajoino, christian.heimes, eric.smith, gregory.p.smith, gstarck, jack1142, kamilturek, mrabarnett, pablogsal, rhettinger, serhiy.storchaka, terry.reedy, veky, xtreak
Date 2021-03-23.21:19:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616534354.63.0.844621785411.issue43535@roundup.psfhosted.org>
In-reply-to
Content
For what my opinion is worth, I agree with Grégory's suggestion because the ',' part of ','.join(...) is almost as unintuitive as the problems Raymond's suggestions are trying to fix.

I was going to suggest a builtin to work on both str and bytes, like join(sep=None, strtype=str, *strings) but that interface looks pretty bad...

I think joinstr/joinbytes according to Grégory's suggestion (perhaps as classmethods of str/bytes?) would make the most sense.
History
Date User Action Args
2021-03-23 21:19:14ajoinosetrecipients: + ajoino, rhettinger, terry.reedy, gregory.p.smith, eric.smith, christian.heimes, mrabarnett, gstarck, serhiy.storchaka, veky, pablogsal, xtreak, BTaskaya, EmilStenstrom, jack1142, kamilturek
2021-03-23 21:19:14ajoinosetmessageid: <1616534354.63.0.844621785411.issue43535@roundup.psfhosted.org>
2021-03-23 21:19:14ajoinolinkissue43535 messages
2021-03-23 21:19:14ajoinocreate