On Wed, May 18, 2022 at 10:23:16PM +0300, Serhiy Storchaka wrote:

> try:
>     expression block
> expect Exception if condition else ():
>     expression block

Aside from the typo "expect" when it should be `except`, that is a 
terrible thing to do to the people reading your code :-(


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

Reply via email to