[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/5017a645b0be53c4f399ae39ac897539e8416ca6


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/68040edb79895c577e2526ad5f30b1b161b2c32b


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/1ad7be2f16cc9955f271f57a5089602bb41eee85


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 of the try clause, the exception may 
> be handled by an except clause. **In all cases, the exception is re-raised 
> after the finally clause has been executed.**

This is wrong, since the exception is not re-raised if an `except` clause 
handles the exception.

--
nosy:  -docs@python

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com