PEP 707: Mark as rejected (#3098)
This commit is contained in:
parent
3964463146
commit
cd7decdffa
13
pep-0707.rst
13
pep-0707.rst
|
@ -2,14 +2,23 @@ PEP: 707
|
||||||
Title: A simplified signature for __exit__ and __aexit__
|
Title: A simplified signature for __exit__ and __aexit__
|
||||||
Author: Irit Katriel <iritkatriel@gmail.com>
|
Author: Irit Katriel <iritkatriel@gmail.com>
|
||||||
Discussions-To: https://discuss.python.org/t/24402
|
Discussions-To: https://discuss.python.org/t/24402
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 18-Feb-2023
|
Created: 18-Feb-2023
|
||||||
Python-Version: 3.12
|
Python-Version: 3.12
|
||||||
Post-History: `02-Mar-2023 <https://discuss.python.org/t/24402/>`__,
|
Post-History: `02-Mar-2023 <https://discuss.python.org/t/24402/>`__,
|
||||||
Resolution:
|
Resolution: https://discuss.python.org/t/pep-707-a-simplified-signature-for-exit-and-aexit/24402/46
|
||||||
|
|
||||||
|
Rejection Notice
|
||||||
|
================
|
||||||
|
|
||||||
|
`Per the SC <https://discuss.python.org/t/24402/46>`__:
|
||||||
|
|
||||||
|
We discussed the PEP and have decided to reject it. Our thinking was the
|
||||||
|
magic and risk of potential breakage didn’t warrant the benefits. We are
|
||||||
|
totally supportive, though, of exploring a potential context manager v2
|
||||||
|
API or ``__leave__``.
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue