From 64682556796683f46a9bd5254360eb22916e7b36 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 22 Mar 2021 12:01:32 -0700 Subject: [PATCH] Reject PEP 637 (#1888) --- pep-0637.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pep-0637.rst b/pep-0637.rst index 0fc56cd75..e7ede0541 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 ========