[New-bugs-announce] [issue43280] addition argument for str.join()

Fabian Brinkmann report at bugs.python.org
Sat Feb 20 15:05:58 EST 2021


New submission from Fabian Brinkmann <fabian.brinkmann at tu-berlin.de>:

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"

----------
components: Library (Lib)
messages: 387426
nosy: f-brinkmann
priority: normal
severity: normal
status: open
title: addition argument for str.join()
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43280>
_______________________________________


More information about the New-bugs-announce mailing list