Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:
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? ---------- nosy: +steven.daprano versions: +Python 3.10 -Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43280> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com