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$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Tarek Ziadé <tarek@ziade.org>
|
Author: Tarek Ziadé <tarek@ziade.org>
|
||||||
Status: Accepted
|
Status: Superseded
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 4-June-2009
|
Created: 4-June-2009
|
||||||
|
Superseded-By: 440
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
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
|
Motivation
|
||||||
==========
|
==========
|
||||||
|
|
|
@ -6,14 +6,15 @@ Author: Nick Coghlan <ncoghlan@gmail.com>,
|
||||||
Donald Stufft <donald@stufft.io>
|
Donald Stufft <donald@stufft.io>
|
||||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||||
Discussions-To: Distutils SIG <distutils-sig@python.org>
|
Discussions-To: Distutils SIG <distutils-sig@python.org>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Informational
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 18 Mar 2013
|
Created: 18 Mar 2013
|
||||||
Post-History: 30 Mar 2013, 27 May 2013, 20 Jun 2013,
|
Post-History: 30 Mar 2013, 27 May 2013, 20 Jun 2013,
|
||||||
21 Dec 2013, 28 Jan 2014, 08 Aug 2014
|
21 Dec 2013, 28 Jan 2014, 08 Aug 2014
|
||||||
22 Aug 2014
|
22 Aug 2014
|
||||||
Replaces: 386
|
Replaces: 386
|
||||||
|
Resolution: https://mail.python.org/pipermail/distutils-sig/2014-August/024673.html
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
Loading…
Reference in New Issue