Use correct status for PEP 496 (#300)

PEP 496 was never Accepted or Active, so the correct status
is "Rejected in favour of PEP 508" rather than "Superseded
by PEP 508".
This commit is contained in:
Nick Coghlan 2017-06-29 11:43:06 +10:00 committed by GitHub
parent 67047cbf74
commit 0f74d6e152
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: James Polley <jp@jamezpolley.com>
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
Status: Superseded
Status: Rejected
Type: Informational
Content-Type: text/x-rst
Created: 03-Jul-2015
@ -14,7 +14,8 @@ PEP Status
After this PEP was initially drafted, PEP 508 was developed and submitted to
fully specify the dependency declaration syntax, including environment markers.
Accordingly, this PEP has been marked as Superseded.
As a result, this PEP ended up being rejected in favour of the more comprehensive
PEP 508.
Abstract
========