PEP 765: link with pep 601 (#4128)
This commit is contained in:
parent
43f01fddbe
commit
798ee6edab
|
@ -9,6 +9,7 @@ Content-Type: text/x-rst
|
||||||
Created: 26-Aug-2019
|
Created: 26-Aug-2019
|
||||||
Python-Version: 3.8
|
Python-Version: 3.8
|
||||||
Post-History: 26-Aug-2019, 23-Sep-2019
|
Post-History: 26-Aug-2019, 23-Sep-2019
|
||||||
|
Superseded-By: 765
|
||||||
Resolution: https://discuss.python.org/t/pep-601-forbid-return-break-continue-breaking-out-of-finally/2239/32
|
Resolution: https://discuss.python.org/t/pep-601-forbid-return-break-continue-breaking-out-of-finally/2239/32
|
||||||
|
|
||||||
Rejection Note
|
Rejection Note
|
||||||
|
|
|
@ -8,6 +8,7 @@ Created: 15-Nov-2024
|
||||||
Python-Version: 3.14
|
Python-Version: 3.14
|
||||||
Post-History: `09-Nov-2024 <https://discuss.python.org/t/an-analysis-of-return-in-finally-in-the-wild/70633>`__,
|
Post-History: `09-Nov-2024 <https://discuss.python.org/t/an-analysis-of-return-in-finally-in-the-wild/70633>`__,
|
||||||
`16-Nov-2024 <https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348>`__,
|
`16-Nov-2024 <https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348>`__,
|
||||||
|
Replaces: 601
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue