Mark PEP 496 as Superseded

PEP 508 ended up covering all the details of dependency declarations,
including environment markers.

"Superseded" seems to better reflect that status than "Rejected".
This commit is contained in:
Nick Coghlan 2017-02-15 08:26:42 +01:00 committed by GitHub
parent 18fe35a300
commit 830811a0c8
1 changed files with 7 additions and 2 deletions

View File

@ -4,11 +4,17 @@ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: James Polley <jp@jamezpolley.com> Author: James Polley <jp@jamezpolley.com>
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com> BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
Status: Draft Status: Superseded
Type: Informational Type: Informational
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 03-Jul-2015 Created: 03-Jul-2015
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.
Abstract Abstract
======== ========
@ -25,7 +31,6 @@ would replace PEP-0345) proposed extensions to the markers. When
their reliance on simple lexical comparisons, and thus this PEP has their reliance on simple lexical comparisons, and thus this PEP has
been born. been born.
Rationale Rationale
========= =========