On 2021-02-07 00:57, Jonathan Crall wrote:

[snip]

To be clear, in the proposed syntax:

     if [condition] with [obj]:
         [code]

Would behave exactly as:

     if [condition]:
         with [obj]:
             [code]

Is there any chance that this conditional context manager syntax might be
considered? Does anyone but myself think this might be a good idea?

-1. It's not that much shorter. You wouldn't be saving much typing or space.
_______________________________________________
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/ASHN4HGPRJD2QEQJSCWSH7CKJKANNVX3/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to