On Sat, Nov 6, 2021 at 10:46 AM David Mertz, Ph.D. <david.me...@gmail.com> wrote: > > My "vote" if one has to be chosen:
Preferences are very important. This isn't a "vote" in the sense that the one with the most choices will be selected, but I always want to hear people's preferences. > #1: x=defer default > #2: @x=default > #3: x=@default > #4: x=>default > #5:. *x=default I don't like "defer" because it implies things that aren't true, and I really don't like *x=default since it would be very confusing with *x meaning "collect zero or more positional args", but the others are all at least somewhat viable. > Explicit is better than implicit. That's what everyone says. Even people who are advocating precisely opposite viewpoints. :) ChrisA _______________________________________________ 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/KIX4CG7X4ADXIHB66QAN46HQLNZNPGJV/ Code of Conduct: http://python.org/psf/codeofconduct/