On Fri, Jun 18, 2021 at 3:42 AM Stephen J. Turnbull <[email protected]> wrote: > > 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? >
Yes, it does, which is why I expressed that hesitation. I can't say for sure whether, as a matter of programmer intent, it should be written one way or the other. ChrisA _______________________________________________ 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/BDBXGJ4BUPXV4FMWNJLCWRYJ3I63RUMR/ Code of Conduct: http://python.org/psf/codeofconduct/
