Timeline for answer to How to re-catch already caught exception in Python? by Simon Hobbs
Current License: CC BY-SA 3.0
Post Revisions
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 28, 2017 at 17:27 | history | edited | Simon Hobbs | CC BY-SA 3.0 |
added 108 characters in body
|
| Jul 28, 2017 at 17:25 | comment | added | Simon Hobbs | oh then you just need to add another try block around it | |
| Jul 28, 2017 at 17:22 | comment | added | Kevin |
But an error that is raised in one except will not be caught in any of the excepts that follow it.
|
|
| Jul 28, 2017 at 17:21 | history | answered | Simon Hobbs | CC BY-SA 3.0 |