From 33a9433c13e682b2600f600f356f3d4e573435aa Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 17 Feb 2013 14:56:39 +1000 Subject: [PATCH] Accept PEP 425 (binary compatibility tags) --- pep-0425.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pep-0425.txt b/pep-0425.txt index 1fa99c49a..eb92f3857 100644 --- a/pep-0425.txt +++ b/pep-0425.txt @@ -4,12 +4,13 @@ Version: $Revision$ Last-Modified: 07-Aug-2012 Author: Daniel Holth BDFL-Delegate: Nick Coghlan -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 27-Jul-2012 Python-Version: 3.4 Post-History: 8-Aug-2012, 18-Oct-2012, 15-Feb-2013 +Resolution: http://mail.python.org/pipermail/python-dev/2013-February/124116.html Abstract @@ -22,12 +23,10 @@ and platform a built distribution requires. The tags are terse because 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 -in the standard library until Python 3.4 at the earliest, draft -implementations may be made available in third party projects. +This PEP was accepted by Nick Coghlan on 17th February, 2013. 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 with a compiled extension module, built for the current version of 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 2. cp33-abi3-linux_x86_64