[Python-ideas] Re: Revisiting a frozenset display literal

2022-01-27 Thread Jonathan Fine
Hi Steve D'Aprano started this thread on 16 Jan, referencing https://bugs.python.org/issue46393. In the 95th message in this thread, on 27 Jan, Stephen J. Turnbull wrote: I think for many of us (specifically me, but I don't think I'm alone) it's > equally important that we aren't persuaded that

[Python-ideas] Re: Revisiting a frozenset display literal

2022-01-27 Thread Stephen J. Turnbull
Matsuoka Takuo writes: > I hope the following remarks are constructive to the subject. They are constructive, but I disagree with the factual assessment: > It seems what's not liked about f{*x} notation is mainly that it looks > parallel to f(*x) or e.g., often possibly f[(*x, )] , I think f