Martin Panter <vadmium...@gmail.com> added the comment:

It doesn’t make sense to move the “except” line without moving the matching 
“print” line. According to 
<https://docs.python.org/3.7/reference/compound_stmts.html#index-1>, “A clause 
consists of a header and a ‘suite’.” So when it talks about reversing the 
“except” clauses, that includes reversing the corresponding “print” lines, so 
they condinue to identify which exception handler was triggered.

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35446>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to