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 f-brinkmann
Recipients f-brinkmann
Date 2021-02-20.20:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613851558.65.0.682568061448.issue43280@roundup.psfhosted.org>
In-reply-to
Content
It would be nice to have an additional argument for str.join() so this

", ".join(["a", "b", "c"], ", and ")

would output

"a, b, and, c"
History
Date User Action Args
2021-02-20 20:05:58f-brinkmannsetrecipients: + f-brinkmann
2021-02-20 20:05:58f-brinkmannsetmessageid: <1613851558.65.0.682568061448.issue43280@roundup.psfhosted.org>
2021-02-20 20:05:58f-brinkmannlinkissue43280 messages
2021-02-20 20:05:58f-brinkmanncreate