On Fri, Aug 3, 2018 at 5:26 PM Abe Dillon <abedil...@gmail.com> wrote:

> One last thing:
>
> Since expressions tend to have pretty limited space, it might be worth it
> to consider more concise options like maybe instead of:
>
> <expression1> except (Exception[-list])[ as e]): <expression2>
>

You're reinventing PEP 463:

https://www.python.org/dev/peps/pep-0463/
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to