On 05/11/2021 15:57, Stephen J. Turnbull wrote:
Still on the agenda as far as I can see:
1. Syntax. The proposals I can recall are
a. x=>default
b. *x=default
c. x=@default
d. maybe putting * or @ on the opposite component in b and c?
e. a keyword before default such as "late" or "defer". Others?
I believe Chris currently favors a.
Please. 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).
Rob Cliffe
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/python-ideas@python.org/message/M2DYBFTF4NDAEQK7AIW2ZMNRJWNT5IJQ/
Code of Conduct: http://python.org/psf/codeofconduct/