From 830811a0c81d7052bae64c5d048aacaae921b470 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Wed, 15 Feb 2017 08:26:42 +0100 Subject: [PATCH] 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". --- pep-0496.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pep-0496.txt b/pep-0496.txt index 3c169f4b3..5137d140b 100644 --- a/pep-0496.txt +++ b/pep-0496.txt @@ -4,11 +4,17 @@ Version: $Revision$ Last-Modified: $Date$ Author: James Polley BDFL-Delegate: Nick Coghlan -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 =========