[Python-checkins] peps: Accept PEP 425 (binary compatibility tags)

nick.coghlan python-checkins at python.org
Sun Feb 17 05:56:52 CET 2013


http://hg.python.org/peps/rev/59685da23294
changeset:   4745:59685da23294
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Feb 17 14:56:39 2013 +1000
summary:
  Accept PEP 425 (binary compatibility tags)

files:
  pep-0425.txt |  13 ++++++-------
  1 files changed, 6 insertions(+), 7 deletions(-)


diff --git a/pep-0425.txt b/pep-0425.txt
--- a/pep-0425.txt
+++ b/pep-0425.txt
@@ -4,12 +4,13 @@
 Last-Modified: 07-Aug-2012
 Author: Daniel Holth <dholth at fastmail.fm>
 BDFL-Delegate: Nick Coghlan <ncoghlan at gmail.com>
-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 @@
 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 @@
 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

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


More information about the Python-checkins mailing list