From a6611d454d0c8a391d5924ce2f452aac433b2339 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 3 Jun 2017 17:28:28 +1000 Subject: [PATCH] Mark PEPs 211 and 225 as Rejected These two PEPs were listed as rejected alternatives when PEP 465's matrix multiplication operator was accepted and implemented, but still marked as Deferred in the PEP listing. This updates their headers to indicated their Rejected status, with a link to the relevant section of PEP 465 as their resolution reference. --- pep-0211.txt | 3 ++- pep-0225.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pep-0211.txt b/pep-0211.txt index ebf97fb35..1abfe5021 100644 --- a/pep-0211.txt +++ b/pep-0211.txt @@ -3,12 +3,13 @@ Title: Adding A New Outer Product Operator Version: $Revision$ Last-Modified: $Date$ Author: gvwilson@ddj.com (Greg Wilson) -Status: Deferred +Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 15-Jul-2000 Python-Version: 2.1 Post-History: +Resolution: https://www.python.org/dev/peps/pep-0465/#rejected-alternatives-to-adding-a-new-operator Introduction diff --git a/pep-0225.txt b/pep-0225.txt index b95d7a302..d80e62e42 100644 --- a/pep-0225.txt +++ b/pep-0225.txt @@ -4,11 +4,12 @@ Version: $Revision$ Last-Modified: $Date$ Author: hzhu@users.sourceforge.net (Huaiyu Zhu), gregory.lielens@fft.be (Gregory Lielens) -Status: Deferred +Status: Rejected Type: Standards Track Created: 19-Sep-2000 Python-Version: 2.1 Post-History: +Resolution: https://www.python.org/dev/peps/pep-0465/#rejected-alternatives-to-adding-a-new-operator Introduction