Are these two statements in the docs correct?
Discussions on Python.org
Are these two statements in the docs correct?
I noticed two statements in the Python documentation that I find incorrect/misleading. I’m wondering if they are worth creating issues – so let me list them here, first… (1) Availability of exception information in finally block In the “8.4.4. finally clause” section of the language reference, we can read that: The exception information is not available to the program during execution of the finally clause. …whereas the exception information is available from within finally – by using sys.e...
0 comments
No comments yet.