[Python-ideas] Re: Multiple arguments to str.partition and bytes.partition

2023-01-09 Thread James Addison via Python-ideas
On Sun, 8 Jan 2023 at 20:20, dn wrote: > > (and hence earlier illustration/question: does the sep belong with the > string forming the left-side of that partition, or the 'right'?) There's no connection implied between each separator and the partitions that surround it in the results. In the use

[Python-ideas] Re: Multiple arguments to str.partition and bytes.partition

2023-01-09 Thread dn
On 10/01/2023 01.19, James Addison wrote: On Sun, 8 Jan 2023 at 20:20, dn wrote: Herewith a repetition of an earlier repetition of a call for Python examples and use-cases. (to better justify the base-idea, which I support) (and hence earlier illustration/question: does the sep belong wit