Skip to content

Commit

Permalink
PEP 765: add discussion link
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Nov 16, 2024
1 parent f999497 commit f7283bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion peps/pep-0765.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
PEP: 765
Title: Disallow return/break/continue that exit a finally block
Author: Irit Katriel <[email protected]>, Alyssa Coghlan <[email protected]>
Discussions-To: https://discuss.python.org/t/an-analysis-of-return-in-finally-in-the-wild/70633
Discussions-To: https://discuss.python.org/t/pep-765-disallow-return-break-continue-that-exit-a-finally-block/71348
Status: Draft
Type: Standards Track
Created: 15-Nov-2024
Python-Version: 3.14
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>__`,

Abstract
========
Expand Down

0 comments on commit f7283bd

Please sign in to comment.