From df28da700d4b378bb6dd6f8d8cd67e54c6816c68 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 22 Aug 2014 22:43:42 +1000 Subject: [PATCH] Accept PEP 440, superseding PEP 386 --- pep-0386.txt | 7 +++++-- pep-0440.txt | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pep-0386.txt b/pep-0386.txt index 334830c18..8cad2a212 100644 --- a/pep-0386.txt +++ b/pep-0386.txt @@ -3,17 +3,20 @@ Title: Changing the version comparison module in Distutils Version: $Revision$ Last-Modified: $Date$ Author: Tarek Ziadé -Status: Accepted +Status: Superseded Type: Standards Track Content-Type: text/x-rst Created: 4-June-2009 +Superseded-By: 440 Abstract ======== -This PEP proposes a new version comparison schema system in Distutils. +Note: This PEP has been superseded by the version identification and +dependency specification scheme defined in PEP 440. +This PEP proposed a new version comparison schema system in Distutils. Motivation ========== diff --git a/pep-0440.txt b/pep-0440.txt index 48ee684b3..9317e8028 100644 --- a/pep-0440.txt +++ b/pep-0440.txt @@ -6,14 +6,15 @@ Author: Nick Coghlan , Donald Stufft BDFL-Delegate: Nick Coghlan Discussions-To: Distutils SIG -Status: Draft -Type: Standards Track +Status: Accepted +Type: Informational Content-Type: text/x-rst Created: 18 Mar 2013 Post-History: 30 Mar 2013, 27 May 2013, 20 Jun 2013, 21 Dec 2013, 28 Jan 2014, 08 Aug 2014 22 Aug 2014 Replaces: 386 +Resolution: https://mail.python.org/pipermail/distutils-sig/2014-August/024673.html Abstract