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.
This commit is contained in:
Nick Coghlan 2017-06-03 17:28:28 +10:00
parent 5f17b7a5d9
commit a6611d454d
2 changed files with 4 additions and 2 deletions

View File

@ -3,12 +3,13 @@ Title: Adding A New Outer Product Operator
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: gvwilson@ddj.com (Greg Wilson) Author: gvwilson@ddj.com (Greg Wilson)
Status: Deferred Status: Rejected
Type: Standards Track Type: Standards Track
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 15-Jul-2000 Created: 15-Jul-2000
Python-Version: 2.1 Python-Version: 2.1
Post-History: Post-History:
Resolution: https://www.python.org/dev/peps/pep-0465/#rejected-alternatives-to-adding-a-new-operator
Introduction Introduction

View File

@ -4,11 +4,12 @@ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: hzhu@users.sourceforge.net (Huaiyu Zhu), Author: hzhu@users.sourceforge.net (Huaiyu Zhu),
gregory.lielens@fft.be (Gregory Lielens) gregory.lielens@fft.be (Gregory Lielens)
Status: Deferred Status: Rejected
Type: Standards Track Type: Standards Track
Created: 19-Sep-2000 Created: 19-Sep-2000
Python-Version: 2.1 Python-Version: 2.1
Post-History: Post-History:
Resolution: https://www.python.org/dev/peps/pep-0465/#rejected-alternatives-to-adding-a-new-operator
Introduction Introduction