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 eric.smith
Recipients eric.smith, pablogsal, rhettinger, veky, xtreak
Date 2021-03-18.07:26:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616052405.83.0.824001010446.issue43535@roundup.psfhosted.org>
In-reply-to
Content
I'm +0.5. Every time this bites me, I apply the same solution, so you're probably right that str.join should just do the work itself. And it's no doubt more performant that way, anyway.

And I've probably got some code that's just waiting for the current behavior to raise an error on me if passed the wrong inputs, even if I'd prefer it to succeed.

I should be +1, but I have a nagging "refuse to guess" feeling. But it doesn't seem like much of a guess: there's no other logical thing I could mean by this code. I'm unlikely to want it to raise an exception, or do any other conversion to a str.
History
Date User Action Args
2021-03-18 07:26:45eric.smithsetrecipients: + eric.smith, rhettinger, veky, pablogsal, xtreak
2021-03-18 07:26:45eric.smithsetmessageid: <1616052405.83.0.824001010446.issue43535@roundup.psfhosted.org>
2021-03-18 07:26:45eric.smithlinkissue43535 messages
2021-03-18 07:26:45eric.smithcreate