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 steven.daprano
Recipients Dennis Sweeney, f-brinkmann, steven.daprano
Date 2021-02-20.23:40:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613864430.33.0.650712302945.issue43280@roundup.psfhosted.org>
In-reply-to
Content
Python 3.9 is in feature freeze, this couldn't be added before 3.10 now.

You have:

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

outputing this:

"a, b, and, c"

So what are the semantics of this additional argument? To insert it before the last item?
History
Date User Action Args
2021-02-20 23:40:30steven.dapranosetrecipients: + steven.daprano, Dennis Sweeney, f-brinkmann
2021-02-20 23:40:30steven.dapranosetmessageid: <1613864430.33.0.650712302945.issue43280@roundup.psfhosted.org>
2021-02-20 23:40:30steven.dapranolinkissue43280 messages
2021-02-20 23:40:30steven.dapranocreate