On Jun 23, 2020, at 14:31, Chris Angelico <ros...@gmail.com> wrote: > I can't find it among the rejected alternatives, but was it considered > to use "..." as the wildcard, rather than "_"? It carries similar > meaning but its special case of "this will never be bound" is simply > preventing an error, rather than making one otherwise-valid name > special.
I thought of that too as I was reading the PEP, but forgot to add it to my notes. I do like ellipsis more than underscore here. -Barry
signature.asc
Description: Message signed with OpenPGP
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/JDNQ55FLBWRWM3UKONBG2KXJBJSMVT5N/ Code of Conduct: http://python.org/psf/codeofconduct/