On Thu, Jun 25, 2020 at 3:41 PM Richard Damon <[email protected]> wrote: > Actually, you could make _ less special by still binding the value to
> it, just make it special in that you allow several values to be bound, > and maybe just define that the result will be just one of the values, > maybe even specify which if you want. > Like Guido said above, the problem is that _ is already effectively reserved for translated text. Combining the two would feel a bit weird, but should still be possible.
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/KJMYK6AP3CPA2LJUFSAKKO3JSHZJYZCP/ Code of Conduct: http://python.org/psf/codeofconduct/
