From ad7ac9eb9b93392b7cf769f3b5e24a0aeaa79344 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 22 Mar 2021 11:47:40 -0700 Subject: [PATCH] Reject PEP 637 --- pep-0637.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pep-0637.rst b/pep-0637.rst index 0fc56cd752d..e7ede054162 100644 --- a/pep-0637.rst +++ b/pep-0637.rst @@ -5,13 +5,19 @@ Last-Modified: $Date$ Author: Stefano Borini Sponsor: Steven D'Aprano Discussions-To: python-ideas@python.org -Status: Draft +Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 24-Aug-2020 Python-Version: 3.10 Post-History: 23-Sep-2020 -Resolution: +Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/6TAQ2BEVSJNV4JM2RJYSSYFJUT3INGZD/ + + +.. note:: + This PEP has been rejected. In general, the cost of introducing new syntax + was not outweighed by the perceived benefits. See the link in the Resolution + header field for details. Abstract ========