[issue35790] Correct a statement about sys.exc_info() values restoration

2019-01-20 Thread Géry
Change by Géry : -- keywords: +patch, patch, patch pull_requests: +11386, 11387, 11388 stage: -> patch review ___ Python tracker ___ ___

[issue35790] Correct a statement about sys.exc_info() values restoration

2019-01-20 Thread Géry
Change by Géry : -- keywords: +patch, patch pull_requests: +11386, 11387 stage: -> patch review ___ Python tracker ___ ___ Python-bu

[issue35790] Correct a statement about sys.exc_info() values restoration

2019-01-20 Thread Géry
Change by Géry : -- keywords: +patch pull_requests: +11386 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailin

[issue35790] Correct a statement about sys.exc_info() values restoration

2019-01-20 Thread Géry
New submission from Géry : In the documentation of the try statement (https://docs.python.org/3/reference/compound_stmts.html#the-try-statement), I think that the sentence: "sys.exc_info() values are restored to their previous values (before the call) when returning from a function that handl