[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 5017a645b0be53c4f399ae39ac897539e8416ca6 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.7': bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16416) https://github.com/python/cpython/commit/5017a645b0be53c

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 68040edb79895c577e2526ad5f30b1b161b2c32b by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415) https://github.com/python/cpython/commit/68040edb79895c5

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution, I close it. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15996 pull_request: https://github.com/python/cpython/pull/16416 ___ Python tracker ___ __

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 1ad7be2f16cc9955f271f57a5089602bb41eee85 by Stéphane Wirtel (Mohammad Dehghan) in branch 'master': bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) https://github.com/python/cpython/commit/1ad7be2f16cc9955f271f57a5089

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +15995 pull_request: https://github.com/python/cpython/pull/16415 ___ Python tracker ___ __

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-12 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Mohammad, Could you sign the CLA? Thank you -- nosy: +matrixise versions: -Python 3.5, Python 3.6 ___ Python tracker ___ __

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +15639 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16016 ___ Python tracker ___ __

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-12 Thread Mohammad Dehghan
Mohammad Dehghan added the comment: I submitted a PR for this: https://github.com/python/cpython/pull/16016 -- ___ Python tracker ___ _

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-12 Thread Mohammad Dehghan
New submission from Mohammad Dehghan : In section 8.6 of the tutorials page (https://docs.python.org/3/tutorial/errors.html#defining-clean-up-actions), the first item of the bullet points explaining some situations about finally clause, states that > If an exception occurs during execution o

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-12 Thread Mohammad Dehghan
Change by Mohammad Dehghan : -- assignee: docs@python components: Documentation nosy: Mohammad Dehghan, docs@python priority: normal severity: normal status: open title: Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points)) type: behavior versions: Pyt