Accept PEP 440, superseding PEP 386
This commit is contained in:
parent
dc7a5009c0
commit
df28da700d
|
@ -3,17 +3,20 @@ Title: Changing the version comparison module in Distutils
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Tarek Ziadé <tarek@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
|
||||
==========
|
||||
|
|
|
@ -6,14 +6,15 @@ Author: Nick Coghlan <ncoghlan@gmail.com>,
|
|||
Donald Stufft <donald@stufft.io>
|
||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||
Discussions-To: Distutils SIG <distutils-sig@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
|
||||
|
|
Loading…
Reference in New Issue