On Sun, 22 Oct 2023 at 11:29, MRAB <[email protected]> wrote: > I think what the OP wants is to have re.match either return a match or > raise an exception.
Yes, and my point is that simply attempting to access an attribute will do exactly that. It's not a silent failure. Why create a new argument, then mandate that you use it everywhere, just to achieve what's already happening? ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/PUXKLC2K7SSNMIKUCEGGRJCF2NBT5URM/ Code of Conduct: http://python.org/psf/codeofconduct/
