-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 654, 678, 680: Mark as Final (#3193)
* PEP 654, 678, 680: Mark as Final * PEP 654: Add Discussions-To * PEP 654: Add Resolution * PEP 678, 680: Update Post-History * PEP 654, 678, 680: Link to canonical docs * PEP 654, 707: Update Irit's email --------- Co-authored-by: C.A.M. Gerlach <[email protected]>
- Loading branch information
1 parent
32db9d6
commit ad2f54b
Showing
4 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
======== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
======== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
======== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|