Chris Angelico writes:

 > But logically, there is a significant difference between putting code
 > inside the except block, and having "except X: pass" and then putting
 > code after. Code should be written the way it's meant to be, not the
 > way that happens to work.

Technical point: doesn't this apply to your suggestion of embedding it
in a loop as well?

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

Reply via email to