[Python-checkins] peps: Accept PEP 440, superseding PEP 386

nick.coghlan python-checkins at python.org
Fri Aug 22 14:43:53 CEST 2014


http://hg.python.org/peps/rev/6a3dff18c84c
changeset:   5524:6a3dff18c84c
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Aug 22 22:43:42 2014 +1000
summary:
  Accept PEP 440, superseding PEP 386

files:
  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
--- a/pep-0386.txt
+++ b/pep-0386.txt
@@ -3,17 +3,20 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Tarek Ziadé <tarek at ziade.org>
-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
--- a/pep-0440.txt
+++ b/pep-0440.txt
@@ -6,14 +6,15 @@
         Donald Stufft <donald at stufft.io>
 BDFL-Delegate: Nick Coghlan <ncoghlan at gmail.com>
 Discussions-To: Distutils SIG <distutils-sig at python.org>
-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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list