Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 654, 678, 680: Mark as Final #3193

Merged
merged 10 commits into from
Oct 10, 2023
13 changes: 10 additions & 3 deletions peps/pep-0654.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
PEP: 654
Title: Exception Groups and except*
Author: Irit Katriel <[email protected]>,
Author: Irit Katriel <[email protected]>,
Yury Selivanov <[email protected]>,
Guido van Rossum <[email protected]>
Status: Accepted
Discussions-To: https://discuss.python.org/t/accepting-pep-654-exception-groups-and-except/10813
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 22-Feb-2021
Python-Version: 3.11
Post-History: 22-Feb-2021, 20-Mar-2021
Post-History: `22-Feb-2021 <https://mail.python.org/archives/list/[email protected]/thread/L5Q27DVKOKZCDNCAWRIQVOZ5DZCZHLRM/>`__,
`20-Mar-2021 <https://mail.python.org/archives/list/[email protected]/thread/MQ2UCSQ2ZC4FIGT7KSVI6BJA4FCXSOCL/>`__,
`03-Oct-2021 <https://mail.python.org/archives/list/[email protected]/thread/4B256YKUPW5P2M44GG5H6FBL3PSV6ODP/>`__,
Resolution: https://discuss.python.org/t/accepting-pep-654-exception-groups-and-except/10813/1

.. canonical-doc:: :ref:`python:lib-exception-groups` and :ref:`python:except_star`

See :ref:`python:tut-exception-groups` for a user-focused tutorial.

Abstract
========
Expand Down
7 changes: 5 additions & 2 deletions peps/pep-0678.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ Title: Enriching Exceptions with Notes
Author: Zac Hatfield-Dodds <[email protected]>
Sponsor: Irit Katriel
Discussions-To: https://discuss.python.org/t/pep-678-enriching-exceptions-with-notes/13374
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Requires: 654
Created: 20-Dec-2021
Python-Version: 3.11
Post-History: 27-Jan-2022
Post-History: `27-Jan-2022 <https://discuss.python.org/t/pep-678-enriching-exceptions-with-notes/13374>`__
Resolution: https://discuss.python.org/t/pep-678-enriching-exceptions-with-notes/13374/100

.. canonical-doc:: :meth:`python:BaseException.add_note` and :attr:`python:BaseException.__notes__`

See :ref:`python:tut-exception-notes` for a user-focused tutorial.

Abstract
========
Expand Down
6 changes: 4 additions & 2 deletions peps/pep-0680.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ Title: tomllib: Support for Parsing TOML in the Standard Library
Author: Taneli Hukkinen, Shantanu Jain <hauntsaninja at gmail.com>
Sponsor: Petr Viktorin <[email protected]>
Discussions-To: https://discuss.python.org/t/13040
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 01-Jan-2022
Python-Version: 3.11
Post-History: 11-Jan-2022
Post-History: `09-Dec-2021 <https://mail.python.org/archives/list/[email protected]/thread/IWJ3I32A4TY6CIVQ6ONPEBPWP4TOV2V7/>`__,
`27-Jan-2022 <https://discuss.python.org/t/pep-680-tomllib-support-for-parsing-toml-in-the-standard-library/13040>`__,
Resolution: https://mail.python.org/archives/list/[email protected]/thread/3AHGWYY562HHO55L4Z2OVYUFZP5W73IS/

.. canonical-doc:: :mod:`python:tomllib`

Abstract
========
Expand Down
2 changes: 1 addition & 1 deletion peps/pep-0707.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PEP: 707
Title: A simplified signature for __exit__ and __aexit__
Author: Irit Katriel <[email protected]>
Author: Irit Katriel <[email protected]>
Discussions-To: https://discuss.python.org/t/24402
Status: Rejected
Type: Standards Track
Expand Down