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:
parent
18fe35a300
commit
830811a0c8
|
@ -4,11 +4,17 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: James Polley <jp@jamezpolley.com>
|
||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||
Status: Draft
|
||||
Status: Superseded
|
||||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
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
|
||||
========
|
||||
|
@ -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
|
||||
been born.
|
||||
|
||||
|
||||
Rationale
|
||||
=========
|
||||
|
||||
|
|
Loading…
Reference in New Issue