[Python-ideas] Re: PEP 671: Syntax for late-bound function argument defaults

2021-11-09 Thread Christopher Barker
On Mon, Nov 8, 2021 at 11:22 PM Rob Cliffe via Python-ideas < [email protected]> wrote: > I have more than once advocated > x:=default > (and there is no clash with the walrus operator, even if others have > said/implied that there is). not a clash, but you could have a walrus in the

[Python-ideas] Re: PEP 671: Syntax for late-bound function argument defaults

2021-11-09 Thread Chris Angelico
On Wed, Nov 10, 2021 at 6:02 PM Christopher Barker wrote: > > On Mon, Nov 8, 2021 at 11:22 PM Rob Cliffe via Python-ideas > wrote: >> >> I have more than once advocated >> x:=default >> (and there is no clash with the walrus operator, even if others have >> said/implied that there is). > >

[Python-ideas] Re: PEP 671: Syntax for late-bound function argument defaults

2021-11-09 Thread Chris Angelico
On Wed, Nov 10, 2021 at 6:02 PM Christopher Barker wrote: > > On Mon, Nov 8, 2021 at 11:22 PM Rob Cliffe via Python-ideas > wrote: >> >> I have more than once advocated >> x:=default >> (and there is no clash with the walrus operator, even if others have >> said/implied that there is). > >