BTW, although obviously I don't like the idea much, I think

    except BaseException as result with f:

reads better than the original suggestion:

    except BaseException with f as result:

in the event this idea gets some takeup.

Steve

_______________________________________________
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/Y5GCBOEEX644SX3UKE6JCCY4XKCM2WTZ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to