Accept PEP 425 (binary compatibility tags)
This commit is contained in:
parent
0bc7d03826
commit
33a9433c13
13
pep-0425.txt
13
pep-0425.txt
|
@ -4,12 +4,13 @@ Version: $Revision$
|
||||||
Last-Modified: 07-Aug-2012
|
Last-Modified: 07-Aug-2012
|
||||||
Author: Daniel Holth <dholth@fastmail.fm>
|
Author: Daniel Holth <dholth@fastmail.fm>
|
||||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 27-Jul-2012
|
Created: 27-Jul-2012
|
||||||
Python-Version: 3.4
|
Python-Version: 3.4
|
||||||
Post-History: 8-Aug-2012, 18-Oct-2012, 15-Feb-2013
|
Post-History: 8-Aug-2012, 18-Oct-2012, 15-Feb-2013
|
||||||
|
Resolution: http://mail.python.org/pipermail/python-dev/2013-February/124116.html
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
@ -22,12 +23,10 @@ and platform a built distribution requires. The tags are terse because
|
||||||
they will be included in filenames.
|
they will be included in filenames.
|
||||||
|
|
||||||
|
|
||||||
PEP Editor's Note
|
PEP Acceptance
|
||||||
=================
|
==============
|
||||||
|
|
||||||
While the naming scheme described in this PEP will not be supported directly
|
This PEP was accepted by Nick Coghlan on 17th February, 2013.
|
||||||
in the standard library until Python 3.4 at the earliest, draft
|
|
||||||
implementations may be made available in third party projects.
|
|
||||||
|
|
||||||
|
|
||||||
Rationale
|
Rationale
|
||||||
|
@ -155,7 +154,7 @@ This example list is for an installer running under CPython 3.3 on a
|
||||||
linux_x86_64 system. It is in order from most-preferred (a distribution
|
linux_x86_64 system. It is in order from most-preferred (a distribution
|
||||||
with a compiled extension module, built for the current version of
|
with a compiled extension module, built for the current version of
|
||||||
Python) to least-preferred (a pure-Python distribution built with an
|
Python) to least-preferred (a pure-Python distribution built with an
|
||||||
older version of Python)::
|
older version of Python):
|
||||||
|
|
||||||
1. cp33-cp33m-linux_x86_64
|
1. cp33-cp33m-linux_x86_64
|
||||||
2. cp33-abi3-linux_x86_64
|
2. cp33-abi3-linux_x86_64
|
||||||
|
|
Loading…
Reference in New Issue